Interface ExperimentTemplateReportConfigurationOutputs.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ExperimentTemplateReportConfigurationOutputs.Builder,
,ExperimentTemplateReportConfigurationOutputs> SdkBuilder<ExperimentTemplateReportConfigurationOutputs.Builder,
,ExperimentTemplateReportConfigurationOutputs> SdkPojo
- Enclosing class:
ExperimentTemplateReportConfigurationOutputs
@Mutable
@NotThreadSafe
public static interface ExperimentTemplateReportConfigurationOutputs.Builder
extends SdkPojo, CopyableBuilder<ExperimentTemplateReportConfigurationOutputs.Builder,ExperimentTemplateReportConfigurationOutputs>
-
Method Summary
Modifier and TypeMethodDescriptions3Configuration
(Consumer<ReportConfigurationS3Output.Builder> s3Configuration) The S3 destination for the experiment report.s3Configuration
(ReportConfigurationS3Output s3Configuration) The S3 destination for the experiment report.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
-
s3Configuration
ExperimentTemplateReportConfigurationOutputs.Builder s3Configuration(ReportConfigurationS3Output s3Configuration) The S3 destination for the experiment report.
- Parameters:
s3Configuration
- The S3 destination for the experiment report.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3Configuration
default ExperimentTemplateReportConfigurationOutputs.Builder s3Configuration(Consumer<ReportConfigurationS3Output.Builder> s3Configuration) The S3 destination for the experiment report.
This is a convenience method that creates an instance of theReportConfigurationS3Output.Builder
avoiding the need to create one manually viaReportConfigurationS3Output.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tos3Configuration(ReportConfigurationS3Output)
.- Parameters:
s3Configuration
- a consumer that will call methods onReportConfigurationS3Output.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-