Interface StorageLocation.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<StorageLocation.Builder,,- StorageLocation> - SdkBuilder<StorageLocation.Builder,,- StorageLocation> - SdkPojo
- Enclosing class:
- StorageLocation
@Mutable
@NotThreadSafe
public static interface StorageLocation.Builder
extends SdkPojo, CopyableBuilder<StorageLocation.Builder,StorageLocation> 
- 
Method SummaryModifier and TypeMethodDescriptionbinaryPrefixLocation(String binaryPrefixLocation) The location's binary prefix.The location's bucket.generatedPrefixLocation(String generatedPrefixLocation) The location's generated prefix.manifestPrefixLocation(String manifestPrefixLocation) The location's manifest prefix.repoPrefixLocation(String repoPrefixLocation) The location's repo prefix.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
binaryPrefixLocationThe 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.
 
- 
bucketThe location's bucket. - Parameters:
- bucket- The location's bucket.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
generatedPrefixLocationThe 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.
 
- 
manifestPrefixLocationThe 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.
 
- 
repoPrefixLocationThe 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.
 
 
-