Interface ExperimentReportS3Report.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ExperimentReportS3Report.Builder,ExperimentReportS3Report>,SdkBuilder<ExperimentReportS3Report.Builder,ExperimentReportS3Report>,SdkPojo
- Enclosing class:
- ExperimentReportS3Report
public static interface ExperimentReportS3Report.Builder extends SdkPojo, CopyableBuilder<ExperimentReportS3Report.Builder,ExperimentReportS3Report>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExperimentReportS3Report.Builderarn(String arn)The Amazon Resource Name (ARN) of the generated report.ExperimentReportS3Report.BuilderreportType(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 Detail
-
arn
ExperimentReportS3Report.Builder arn(String 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
ExperimentReportS3Report.Builder reportType(String 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.
-
-