Interface GetAssociationForServiceQuotaTemplateResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetAssociationForServiceQuotaTemplateResponse.Builder,GetAssociationForServiceQuotaTemplateResponse>,SdkBuilder<GetAssociationForServiceQuotaTemplateResponse.Builder,GetAssociationForServiceQuotaTemplateResponse>,SdkPojo,SdkResponse.Builder,ServiceQuotasResponse.Builder
- Enclosing class:
- GetAssociationForServiceQuotaTemplateResponse
public static interface GetAssociationForServiceQuotaTemplateResponse.Builder extends ServiceQuotasResponse.Builder, SdkPojo, CopyableBuilder<GetAssociationForServiceQuotaTemplateResponse.Builder,GetAssociationForServiceQuotaTemplateResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetAssociationForServiceQuotaTemplateResponse.BuilderserviceQuotaTemplateAssociationStatus(String serviceQuotaTemplateAssociationStatus)The association status.GetAssociationForServiceQuotaTemplateResponse.BuilderserviceQuotaTemplateAssociationStatus(ServiceQuotaTemplateAssociationStatus serviceQuotaTemplateAssociationStatus)The association status.-
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
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Methods inherited from interface software.amazon.awssdk.services.servicequotas.model.ServiceQuotasResponse.Builder
build, responseMetadata, responseMetadata
-
-
-
-
Method Detail
-
serviceQuotaTemplateAssociationStatus
GetAssociationForServiceQuotaTemplateResponse.Builder serviceQuotaTemplateAssociationStatus(String serviceQuotaTemplateAssociationStatus)
The association status. If the status is
ASSOCIATED, the quota increase requests in the template are automatically applied to new Amazon Web Services accounts in your organization.- Parameters:
serviceQuotaTemplateAssociationStatus- The association status. If the status isASSOCIATED, the quota increase requests in the template are automatically applied to new Amazon Web Services accounts in your organization.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ServiceQuotaTemplateAssociationStatus,ServiceQuotaTemplateAssociationStatus
-
serviceQuotaTemplateAssociationStatus
GetAssociationForServiceQuotaTemplateResponse.Builder serviceQuotaTemplateAssociationStatus(ServiceQuotaTemplateAssociationStatus serviceQuotaTemplateAssociationStatus)
The association status. If the status is
ASSOCIATED, the quota increase requests in the template are automatically applied to new Amazon Web Services accounts in your organization.- Parameters:
serviceQuotaTemplateAssociationStatus- The association status. If the status isASSOCIATED, the quota increase requests in the template are automatically applied to new Amazon Web Services accounts in your organization.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ServiceQuotaTemplateAssociationStatus,ServiceQuotaTemplateAssociationStatus
-
-