Interface OutPutS3Location.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<OutPutS3Location.Builder,OutPutS3Location>,SdkBuilder<OutPutS3Location.Builder,OutPutS3Location>,SdkPojo
- Enclosing class:
- OutPutS3Location
public static interface OutPutS3Location.Builder extends SdkPojo, CopyableBuilder<OutPutS3Location.Builder,OutPutS3Location>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OutPutS3Location.BuilderbucketName(String bucketName)The object's bucket.OutPutS3Location.BuilderobjectKey(String objectKey)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, sdkFields
-
-
-
-
Method Detail
-
bucketName
OutPutS3Location.Builder bucketName(String 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
OutPutS3Location.Builder objectKey(String 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.
-
-