Interface OutPutS3Location.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<OutPutS3Location.Builder,
,OutPutS3Location> SdkBuilder<OutPutS3Location.Builder,
,OutPutS3Location> SdkPojo
- Enclosing class:
OutPutS3Location
@Mutable
@NotThreadSafe
public static interface OutPutS3Location.Builder
extends SdkPojo, CopyableBuilder<OutPutS3Location.Builder,OutPutS3Location>
-
Method Summary
Modifier and TypeMethodDescriptionbucketName
(String bucketName) The object's bucket.The object's 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, sdkFieldNameToField, sdkFields
-
Method Details
-
bucketName
The object's bucket.
- Parameters:
bucketName
- The object's bucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
objectKey
The object's key.
- Parameters:
objectKey
- The object's key.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-