Interface S3ReportLocation.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<S3ReportLocation.Builder,,S3ReportLocation> SdkBuilder<S3ReportLocation.Builder,,S3ReportLocation> SdkPojo
- Enclosing class:
 S3ReportLocation
public static interface S3ReportLocation.Builder
extends SdkPojo, CopyableBuilder<S3ReportLocation.Builder,S3ReportLocation> 
- 
Method Summary
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
- 
bucketName
S3 bucket name.
- Parameters:
 bucketName- S3 bucket name.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
objectKey
S3 key.
- Parameters:
 objectKey- S3 key.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -