Interface ReportConfigurationS3OutputInput.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ReportConfigurationS3OutputInput.Builder,ReportConfigurationS3OutputInput>,SdkBuilder<ReportConfigurationS3OutputInput.Builder,ReportConfigurationS3OutputInput>,SdkPojo
- Enclosing class:
- ReportConfigurationS3OutputInput
public static interface ReportConfigurationS3OutputInput.Builder extends SdkPojo, CopyableBuilder<ReportConfigurationS3OutputInput.Builder,ReportConfigurationS3OutputInput>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ReportConfigurationS3OutputInput.BuilderbucketName(String bucketName)The name of the S3 bucket where the experiment report will be stored.ReportConfigurationS3OutputInput.Builderprefix(String prefix)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 Detail
-
bucketName
ReportConfigurationS3OutputInput.Builder bucketName(String 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
ReportConfigurationS3OutputInput.Builder prefix(String 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.
-
-