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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StorageLocation.BuilderbinaryPrefixLocation(String binaryPrefixLocation)The location's binary prefix.StorageLocation.Builderbucket(String bucket)The location's bucket.StorageLocation.BuildergeneratedPrefixLocation(String generatedPrefixLocation)The location's generated prefix.StorageLocation.BuildermanifestPrefixLocation(String manifestPrefixLocation)The location's manifest prefix.StorageLocation.BuilderrepoPrefixLocation(String repoPrefixLocation)The location's repo prefix.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
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
StorageLocation.Builder bucket(String 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.
-
-