Interface S3Identifier.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<S3Identifier.Builder,S3Identifier>,SdkBuilder<S3Identifier.Builder,S3Identifier>,SdkPojo
- Enclosing class:
- S3Identifier
public static interface S3Identifier.Builder extends SdkPojo, CopyableBuilder<S3Identifier.Builder,S3Identifier>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description S3Identifier.Builders3BucketName(String s3BucketName)Sets the value of the S3BucketName property for this object.S3Identifier.Builders3ObjectKey(String s3ObjectKey)Sets the value of the S3ObjectKey property for this object.-
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
-
s3BucketName
S3Identifier.Builder s3BucketName(String s3BucketName)
Sets the value of the S3BucketName property for this object.- Parameters:
s3BucketName- The new value for the S3BucketName property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3ObjectKey
S3Identifier.Builder s3ObjectKey(String s3ObjectKey)
Sets the value of the S3ObjectKey property for this object.- Parameters:
s3ObjectKey- The new value for the S3ObjectKey property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-