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
Modifier and TypeMethodDescriptionThe value of the requested data field from the report.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 Details
-
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
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.
-