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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description S3ReportLocation.BuilderbucketName(String bucketName)S3 bucket name.S3ReportLocation.BuilderobjectKey(String objectKey)S3 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
S3ReportLocation.Builder bucketName(String 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
S3ReportLocation.Builder objectKey(String objectKey)
S3 key.
- Parameters:
objectKey- S3 key.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-