Interface ReportConfigurationS3OutputInput.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ReportConfigurationS3OutputInput.Builder,
,ReportConfigurationS3OutputInput> SdkBuilder<ReportConfigurationS3OutputInput.Builder,
,ReportConfigurationS3OutputInput> SdkPojo
- Enclosing class:
ReportConfigurationS3OutputInput
@Mutable
@NotThreadSafe
public static interface ReportConfigurationS3OutputInput.Builder
extends SdkPojo, CopyableBuilder<ReportConfigurationS3OutputInput.Builder,ReportConfigurationS3OutputInput>
-
Method Summary
Modifier and TypeMethodDescriptionbucketName
(String bucketName) The name of the S3 bucket where the experiment report will be stored.The prefix of the S3 bucket where the experiment report will be stored.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 name of the S3 bucket where the experiment report will be stored.
- Parameters:
bucketName
- The name of the S3 bucket where the experiment report will be stored.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
prefix
The prefix of the S3 bucket where the experiment report will be stored.
- Parameters:
prefix
- The prefix of the S3 bucket where the experiment report will be stored.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-