Interface StorageLocation.Builder

All Superinterfaces:
Buildable, CopyableBuilder<StorageLocation.Builder,StorageLocation>, SdkBuilder<StorageLocation.Builder,StorageLocation>, SdkPojo
Enclosing class:
StorageLocation

public static interface StorageLocation.Builder extends SdkPojo, CopyableBuilder<StorageLocation.Builder,StorageLocation>
  • Method Details

    • binaryPrefixLocation

      StorageLocation.Builder binaryPrefixLocation(String binaryPrefixLocation)

      The location's binary prefix.

      Parameters:
      binaryPrefixLocation - The location's binary prefix.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • bucket

      The location's bucket.

      Parameters:
      bucket - The location's bucket.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • generatedPrefixLocation

      StorageLocation.Builder generatedPrefixLocation(String generatedPrefixLocation)

      The location's generated prefix.

      Parameters:
      generatedPrefixLocation - The location's generated prefix.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • manifestPrefixLocation

      StorageLocation.Builder manifestPrefixLocation(String manifestPrefixLocation)

      The location's manifest prefix.

      Parameters:
      manifestPrefixLocation - The location's manifest prefix.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • repoPrefixLocation

      StorageLocation.Builder repoPrefixLocation(String repoPrefixLocation)

      The location's repo prefix.

      Parameters:
      repoPrefixLocation - The location's repo prefix.
      Returns:
      Returns a reference to this object so that method calls can be chained together.