Interface ExperimentReportConfigurationOutputs.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ExperimentReportConfigurationOutputs.Builder,ExperimentReportConfigurationOutputs>,SdkBuilder<ExperimentReportConfigurationOutputs.Builder,ExperimentReportConfigurationOutputs>,SdkPojo
- Enclosing class:
- ExperimentReportConfigurationOutputs
public static interface ExperimentReportConfigurationOutputs.Builder extends SdkPojo, CopyableBuilder<ExperimentReportConfigurationOutputs.Builder,ExperimentReportConfigurationOutputs>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default ExperimentReportConfigurationOutputs.Builders3Configuration(Consumer<ExperimentReportConfigurationOutputsS3Configuration.Builder> s3Configuration)The S3 destination for the experiment report.ExperimentReportConfigurationOutputs.Builders3Configuration(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 Detail
-
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.Builderavoiding the need to create one manually viaExperimentReportConfigurationOutputsS3Configuration.builder().When the
Consumercompletes,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:
s3Configuration(ExperimentReportConfigurationOutputsS3Configuration)
-
-