Interface S3Location.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<S3Location.Builder,S3Location>,SdkBuilder<S3Location.Builder,S3Location>,SdkPojo
- Enclosing class:
- S3Location
@Mutable @NotThreadSafe public static interface S3Location.Builder extends SdkPojo, CopyableBuilder<S3Location.Builder,S3Location>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description S3Location.BuilderaccessControlList(Collection<Grant> accessControlList)A list of grants that control access to the staged results.S3Location.BuilderaccessControlList(Consumer<Grant.Builder>... accessControlList)A list of grants that control access to the staged results.S3Location.BuilderaccessControlList(Grant... accessControlList)A list of grants that control access to the staged results.S3Location.BuilderbucketName(String bucketName)The name of the bucket where the restore results will be placed.S3Location.BuildercannedACL(String cannedACL)The canned ACL to apply to the restore results.S3Location.BuildercannedACL(ObjectCannedACL cannedACL)The canned ACL to apply to the restore results.default S3Location.Builderencryption(Consumer<Encryption.Builder> encryption)Sets the value of the Encryption property for this object.S3Location.Builderencryption(Encryption encryption)Sets the value of the Encryption property for this object.S3Location.Builderprefix(String prefix)The prefix that is prepended to the restore results for this request.S3Location.BuilderstorageClass(String storageClass)The class of storage used to store the restore results.S3Location.BuilderstorageClass(StorageClass storageClass)The class of storage used to store the restore results.default S3Location.Buildertagging(Consumer<Tagging.Builder> tagging)The tag-set that is applied to the restore results.S3Location.Buildertagging(Tagging tagging)The tag-set that is applied to the restore results.S3Location.BuilderuserMetadata(Collection<MetadataEntry> userMetadata)A list of metadata to store with the restore results in S3.S3Location.BuilderuserMetadata(Consumer<MetadataEntry.Builder>... userMetadata)A list of metadata to store with the restore results in S3.S3Location.BuilderuserMetadata(MetadataEntry... userMetadata)A list of metadata to store with the restore results in S3.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
bucketName
S3Location.Builder bucketName(String bucketName)
The name of the bucket where the restore results will be placed.
- Parameters:
bucketName- The name of the bucket where the restore results will be placed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
prefix
S3Location.Builder prefix(String prefix)
The prefix that is prepended to the restore results for this request.
- Parameters:
prefix- The prefix that is prepended to the restore results for this request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
encryption
S3Location.Builder encryption(Encryption encryption)
Sets the value of the Encryption property for this object.- Parameters:
encryption- The new value for the Encryption property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
encryption
default S3Location.Builder encryption(Consumer<Encryption.Builder> encryption)
Sets the value of the Encryption property for this object. This is a convenience method that creates an instance of theEncryption.Builderavoiding the need to create one manually viaEncryption.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toencryption(Encryption).- Parameters:
encryption- a consumer that will call methods onEncryption.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
encryption(Encryption)
-
cannedACL
S3Location.Builder cannedACL(String cannedACL)
The canned ACL to apply to the restore results.
- Parameters:
cannedACL- The canned ACL to apply to the restore results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ObjectCannedACL,ObjectCannedACL
-
cannedACL
S3Location.Builder cannedACL(ObjectCannedACL cannedACL)
The canned ACL to apply to the restore results.
- Parameters:
cannedACL- The canned ACL to apply to the restore results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ObjectCannedACL,ObjectCannedACL
-
accessControlList
S3Location.Builder accessControlList(Collection<Grant> accessControlList)
A list of grants that control access to the staged results.
- Parameters:
accessControlList- A list of grants that control access to the staged results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accessControlList
S3Location.Builder accessControlList(Grant... accessControlList)
A list of grants that control access to the staged results.
- Parameters:
accessControlList- A list of grants that control access to the staged results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accessControlList
S3Location.Builder accessControlList(Consumer<Grant.Builder>... accessControlList)
A list of grants that control access to the staged results.
This is a convenience method that creates an instance of theGrant.Builderavoiding the need to create one manually viaGrant.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#accessControlList(List.) - Parameters:
accessControlList- a consumer that will call methods onGrant.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#accessControlList(java.util.Collection)
-
tagging
S3Location.Builder tagging(Tagging tagging)
The tag-set that is applied to the restore results.
- Parameters:
tagging- The tag-set that is applied to the restore results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tagging
default S3Location.Builder tagging(Consumer<Tagging.Builder> tagging)
The tag-set that is applied to the restore results.
This is a convenience method that creates an instance of theTagging.Builderavoiding the need to create one manually viaTagging.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totagging(Tagging).- Parameters:
tagging- a consumer that will call methods onTagging.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
tagging(Tagging)
-
userMetadata
S3Location.Builder userMetadata(Collection<MetadataEntry> userMetadata)
A list of metadata to store with the restore results in S3.
- Parameters:
userMetadata- A list of metadata to store with the restore results in S3.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userMetadata
S3Location.Builder userMetadata(MetadataEntry... userMetadata)
A list of metadata to store with the restore results in S3.
- Parameters:
userMetadata- A list of metadata to store with the restore results in S3.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userMetadata
S3Location.Builder userMetadata(Consumer<MetadataEntry.Builder>... userMetadata)
A list of metadata to store with the restore results in S3.
This is a convenience method that creates an instance of theMetadataEntry.Builderavoiding the need to create one manually viaMetadataEntry.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#userMetadata(List.) - Parameters:
userMetadata- a consumer that will call methods onMetadataEntry.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#userMetadata(java.util.Collection)
-
storageClass
S3Location.Builder storageClass(String storageClass)
The class of storage used to store the restore results.
- Parameters:
storageClass- The class of storage used to store the restore results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
StorageClass,StorageClass
-
storageClass
S3Location.Builder storageClass(StorageClass storageClass)
The class of storage used to store the restore results.
- Parameters:
storageClass- The class of storage used to store the restore results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
StorageClass,StorageClass
-
-