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