Interface ExperimentTemplateReportConfigurationOutputsInput.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ExperimentTemplateReportConfigurationOutputsInput.Builder,,ExperimentTemplateReportConfigurationOutputsInput> SdkBuilder<ExperimentTemplateReportConfigurationOutputsInput.Builder,,ExperimentTemplateReportConfigurationOutputsInput> SdkPojo
- Enclosing class:
ExperimentTemplateReportConfigurationOutputsInput
@Mutable
@NotThreadSafe
public static interface ExperimentTemplateReportConfigurationOutputsInput.Builder
extends SdkPojo, CopyableBuilder<ExperimentTemplateReportConfigurationOutputsInput.Builder,ExperimentTemplateReportConfigurationOutputsInput>
-
Method Summary
Modifier and TypeMethodDescriptions3Configuration(Consumer<ReportConfigurationS3OutputInput.Builder> s3Configuration) The S3 destination for the experiment report.s3Configuration(ReportConfigurationS3OutputInput s3Configuration) The S3 destination for the experiment report.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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:
-