Interface ReportWithRawData.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ReportWithRawData.Builder,ReportWithRawData>,SdkBuilder<ReportWithRawData.Builder,ReportWithRawData>,SdkPojo
- Enclosing class:
- ReportWithRawData
public static interface ReportWithRawData.Builder extends SdkPojo, CopyableBuilder<ReportWithRawData.Builder,ReportWithRawData>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ReportWithRawData.Builderdata(String data)The value of the requested data field from the report.ReportWithRawData.BuilderreportArn(String reportArn)The ARN of the 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, sdkFields
-
-
-
-
Method Detail
-
reportArn
ReportWithRawData.Builder reportArn(String reportArn)
The ARN of the report.
- Parameters:
reportArn- The ARN of the report.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
data
ReportWithRawData.Builder data(String data)
The value of the requested data field from the report.
- Parameters:
data- The value of the requested data field from the report.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-