public static interface RequestedServiceQuotaChange.Builder extends SdkPojo, CopyableBuilder<RequestedServiceQuotaChange.Builder,RequestedServiceQuotaChange>
| Modifier and Type | Method and Description |
|---|---|
RequestedServiceQuotaChange.Builder |
caseId(String caseId)
The case Id for the service quota increase request.
|
RequestedServiceQuotaChange.Builder |
created(Instant created)
The date and time when the service quota increase request was received and the case Id was created.
|
RequestedServiceQuotaChange.Builder |
desiredValue(Double desiredValue)
New increased value for the service quota.
|
RequestedServiceQuotaChange.Builder |
globalQuota(Boolean globalQuota)
Identifies if the quota is global.
|
RequestedServiceQuotaChange.Builder |
id(String id)
The unique identifier of a requested service quota change.
|
RequestedServiceQuotaChange.Builder |
lastUpdated(Instant lastUpdated)
The date and time of the most recent change in the service quota increase request.
|
RequestedServiceQuotaChange.Builder |
quotaArn(String quotaArn)
The Amazon Resource Name (ARN) of the service quota.
|
RequestedServiceQuotaChange.Builder |
quotaCode(String quotaCode)
Specifies the service quota that you want to use.
|
RequestedServiceQuotaChange.Builder |
quotaName(String quotaName)
Name of the service quota.
|
RequestedServiceQuotaChange.Builder |
requester(String requester)
The IAM identity who submitted the service quota increase request.
|
RequestedServiceQuotaChange.Builder |
serviceCode(String serviceCode)
Specifies the service that you want to use.
|
RequestedServiceQuotaChange.Builder |
serviceName(String serviceName)
The name of the AWS service specified in the increase request.
|
RequestedServiceQuotaChange.Builder |
status(RequestStatus status)
State of the service quota increase request.
|
RequestedServiceQuotaChange.Builder |
status(String status)
State of the service quota increase request.
|
RequestedServiceQuotaChange.Builder |
unit(String unit)
Specifies the unit used for the quota.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRequestedServiceQuotaChange.Builder id(String id)
The unique identifier of a requested service quota change.
id - The unique identifier of a requested service quota change.RequestedServiceQuotaChange.Builder caseId(String caseId)
The case Id for the service quota increase request.
caseId - The case Id for the service quota increase request.RequestedServiceQuotaChange.Builder serviceCode(String serviceCode)
Specifies the service that you want to use.
serviceCode - Specifies the service that you want to use.RequestedServiceQuotaChange.Builder serviceName(String serviceName)
The name of the AWS service specified in the increase request.
serviceName - The name of the AWS service specified in the increase request.RequestedServiceQuotaChange.Builder quotaCode(String quotaCode)
Specifies the service quota that you want to use.
quotaCode - Specifies the service quota that you want to use.RequestedServiceQuotaChange.Builder quotaName(String quotaName)
Name of the service quota.
quotaName - Name of the service quota.RequestedServiceQuotaChange.Builder desiredValue(Double desiredValue)
New increased value for the service quota.
desiredValue - New increased value for the service quota.RequestedServiceQuotaChange.Builder status(String status)
State of the service quota increase request.
status - State of the service quota increase request.RequestStatus,
RequestStatusRequestedServiceQuotaChange.Builder status(RequestStatus status)
State of the service quota increase request.
status - State of the service quota increase request.RequestStatus,
RequestStatusRequestedServiceQuotaChange.Builder created(Instant created)
The date and time when the service quota increase request was received and the case Id was created.
created - The date and time when the service quota increase request was received and the case Id was created.RequestedServiceQuotaChange.Builder lastUpdated(Instant lastUpdated)
The date and time of the most recent change in the service quota increase request.
lastUpdated - The date and time of the most recent change in the service quota increase request.RequestedServiceQuotaChange.Builder requester(String requester)
The IAM identity who submitted the service quota increase request.
requester - The IAM identity who submitted the service quota increase request.RequestedServiceQuotaChange.Builder quotaArn(String quotaArn)
The Amazon Resource Name (ARN) of the service quota.
quotaArn - The Amazon Resource Name (ARN) of the service quota.RequestedServiceQuotaChange.Builder globalQuota(Boolean globalQuota)
Identifies if the quota is global.
globalQuota - Identifies if the quota is global.RequestedServiceQuotaChange.Builder unit(String unit)
Specifies the unit used for the quota.
unit - Specifies the unit used for the quota.Copyright © 2020. All rights reserved.