static UpdateQuotaShareRequest.Builder |
UpdateQuotaShareRequest.builder() |
|
UpdateQuotaShareRequest.Builder |
UpdateQuotaShareRequest.Builder.capacityLimits(Collection<QuotaShareCapacityLimit> capacityLimits) |
A list that specifies the quantity and type of compute capacity allocated to the quota share.
|
UpdateQuotaShareRequest.Builder |
UpdateQuotaShareRequest.Builder.capacityLimits(Consumer<QuotaShareCapacityLimit.Builder>... capacityLimits) |
A list that specifies the quantity and type of compute capacity allocated to the quota share.
|
UpdateQuotaShareRequest.Builder |
UpdateQuotaShareRequest.Builder.capacityLimits(QuotaShareCapacityLimit... capacityLimits) |
A list that specifies the quantity and type of compute capacity allocated to the quota share.
|
UpdateQuotaShareRequest.Builder |
UpdateQuotaShareRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
UpdateQuotaShareRequest.Builder |
UpdateQuotaShareRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
default UpdateQuotaShareRequest.Builder |
UpdateQuotaShareRequest.Builder.preemptionConfiguration(Consumer<QuotaSharePreemptionConfiguration.Builder> preemptionConfiguration) |
Specifies the preemption behavior for jobs in a quota share.
|
UpdateQuotaShareRequest.Builder |
UpdateQuotaShareRequest.Builder.preemptionConfiguration(QuotaSharePreemptionConfiguration preemptionConfiguration) |
Specifies the preemption behavior for jobs in a quota share.
|
UpdateQuotaShareRequest.Builder |
UpdateQuotaShareRequest.Builder.quotaShareArn(String quotaShareArn) |
The Amazon Resource Name (ARN) of the quota share to update.
|
default UpdateQuotaShareRequest.Builder |
UpdateQuotaShareRequest.Builder.resourceSharingConfiguration(Consumer<QuotaShareResourceSharingConfiguration.Builder> resourceSharingConfiguration) |
Specifies whether a quota share reserves, lends, or both lends and borrows idle compute capacity.
|
UpdateQuotaShareRequest.Builder |
UpdateQuotaShareRequest.Builder.resourceSharingConfiguration(QuotaShareResourceSharingConfiguration resourceSharingConfiguration) |
Specifies whether a quota share reserves, lends, or both lends and borrows idle compute capacity.
|
UpdateQuotaShareRequest.Builder |
UpdateQuotaShareRequest.Builder.state(String state) |
The state of the quota share.
|
UpdateQuotaShareRequest.Builder |
UpdateQuotaShareRequest.Builder.state(QuotaShareState state) |
The state of the quota share.
|
UpdateQuotaShareRequest.Builder |
UpdateQuotaShareRequest.toBuilder() |
|