Interface ExperimentTemplateReportConfigurationOutputsInput.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ExperimentTemplateReportConfigurationOutputsInput.Builder,ExperimentTemplateReportConfigurationOutputsInput>,SdkBuilder<ExperimentTemplateReportConfigurationOutputsInput.Builder,ExperimentTemplateReportConfigurationOutputsInput>,SdkPojo
- Enclosing class:
- ExperimentTemplateReportConfigurationOutputsInput
public static interface ExperimentTemplateReportConfigurationOutputsInput.Builder extends SdkPojo, CopyableBuilder<ExperimentTemplateReportConfigurationOutputsInput.Builder,ExperimentTemplateReportConfigurationOutputsInput>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default ExperimentTemplateReportConfigurationOutputsInput.Builders3Configuration(Consumer<ReportConfigurationS3OutputInput.Builder> s3Configuration)The S3 destination for the experiment report.ExperimentTemplateReportConfigurationOutputsInput.Builders3Configuration(ReportConfigurationS3OutputInput 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
ExperimentTemplateReportConfigurationOutputsInput.Builder s3Configuration(ReportConfigurationS3OutputInput 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 ExperimentTemplateReportConfigurationOutputsInput.Builder s3Configuration(Consumer<ReportConfigurationS3OutputInput.Builder> s3Configuration)
The S3 destination for the experiment report.
This is a convenience method that creates an instance of theReportConfigurationS3OutputInput.Builderavoiding the need to create one manually viaReportConfigurationS3OutputInput.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tos3Configuration(ReportConfigurationS3OutputInput).- Parameters:
s3Configuration- a consumer that will call methods onReportConfigurationS3OutputInput.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
s3Configuration(ReportConfigurationS3OutputInput)
-
-