Interface CaCertificatesBundleS3Location.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<CaCertificatesBundleS3Location.Builder,,CaCertificatesBundleS3Location> SdkBuilder<CaCertificatesBundleS3Location.Builder,,CaCertificatesBundleS3Location> SdkPojo
- Enclosing class:
CaCertificatesBundleS3Location
@Mutable
@NotThreadSafe
public static interface CaCertificatesBundleS3Location.Builder
extends SdkPojo, CopyableBuilder<CaCertificatesBundleS3Location.Builder,CaCertificatesBundleS3Location>
-
Method Summary
Modifier and TypeMethodDescriptionThe S3 bucket.The location's key.The location's Region.The location's version.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
bucket
The S3 bucket.
- Parameters:
bucket- The S3 bucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
key
The location's key.
- Parameters:
key- The location's key.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
region
The location's Region.
- Parameters:
region- The location's Region.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
version
The location's version.
- Parameters:
version- The location's version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-