Interface StartQuotaUtilizationReportResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<StartQuotaUtilizationReportResponse.Builder,,StartQuotaUtilizationReportResponse> SdkBuilder<StartQuotaUtilizationReportResponse.Builder,,StartQuotaUtilizationReportResponse> SdkPojo,SdkResponse.Builder,ServiceQuotasResponse.Builder
- Enclosing class:
StartQuotaUtilizationReportResponse
@Mutable
@NotThreadSafe
public static interface StartQuotaUtilizationReportResponse.Builder
extends ServiceQuotasResponse.Builder, SdkPojo, CopyableBuilder<StartQuotaUtilizationReportResponse.Builder,StartQuotaUtilizationReportResponse>
-
Method Summary
Modifier and TypeMethodDescriptionAn optional message providing additional information about the report generation status.A unique identifier for the quota utilization report.The current status of the report generation.status(ReportStatus status) The current status of the report generation.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, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponseMethods inherited from interface software.amazon.awssdk.services.servicequotas.model.ServiceQuotasResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
reportId
A unique identifier for the quota utilization report. Use this identifier with the
GetQuotaUtilizationReportoperation to retrieve the report results.- Parameters:
reportId- A unique identifier for the quota utilization report. Use this identifier with theGetQuotaUtilizationReportoperation to retrieve the report results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The current status of the report generation. The status will be
PENDINGwhen the report is first initiated.- Parameters:
status- The current status of the report generation. The status will bePENDINGwhen the report is first initiated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of the report generation. The status will be
PENDINGwhen the report is first initiated.- Parameters:
status- The current status of the report generation. The status will bePENDINGwhen the report is first initiated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
message
An optional message providing additional information about the report generation status. This field may contain details about the report initiation or indicate if an existing recent report is being reused.
- Parameters:
message- An optional message providing additional information about the report generation status. This field may contain details about the report initiation or indicate if an existing recent report is being reused.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-