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