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
Modifier and TypeMethodDescriptionThe name of the S3 bucket.The key.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 Details
-
bucket
The name of the S3 bucket.
- Parameters:
bucket
- The name of the S3 bucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
key
The key.
- Parameters:
key
- The key.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-