Interface ExperimentReportS3Report.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ExperimentReportS3Report.Builder,
,ExperimentReportS3Report> SdkBuilder<ExperimentReportS3Report.Builder,
,ExperimentReportS3Report> SdkPojo
- Enclosing class:
ExperimentReportS3Report
@Mutable
@NotThreadSafe
public static interface ExperimentReportS3Report.Builder
extends SdkPojo, CopyableBuilder<ExperimentReportS3Report.Builder,ExperimentReportS3Report>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the generated report.reportType
(String reportType) The report type 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
-
arn
The Amazon Resource Name (ARN) of the generated report.
- Parameters:
arn
- The Amazon Resource Name (ARN) of the generated report.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
reportType
The report type for the experiment report.
- Parameters:
reportType
- The report type for the experiment report.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-