static CreateQuotaShareRequest.Builder |
CreateQuotaShareRequest.builder() |
|
CreateQuotaShareRequest.Builder |
CreateQuotaShareRequest.Builder.capacityLimits(Collection<QuotaShareCapacityLimit> capacityLimits) |
A list that specifies the quantity and type of compute capacity allocated to the quota share.
|
CreateQuotaShareRequest.Builder |
CreateQuotaShareRequest.Builder.capacityLimits(Consumer<QuotaShareCapacityLimit.Builder>... capacityLimits) |
A list that specifies the quantity and type of compute capacity allocated to the quota share.
|
CreateQuotaShareRequest.Builder |
CreateQuotaShareRequest.Builder.capacityLimits(QuotaShareCapacityLimit... capacityLimits) |
A list that specifies the quantity and type of compute capacity allocated to the quota share.
|
CreateQuotaShareRequest.Builder |
CreateQuotaShareRequest.Builder.jobQueue(String jobQueue) |
The Batch job queue associated with the quota share.
|
CreateQuotaShareRequest.Builder |
CreateQuotaShareRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateQuotaShareRequest.Builder |
CreateQuotaShareRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
default CreateQuotaShareRequest.Builder |
CreateQuotaShareRequest.Builder.preemptionConfiguration(Consumer<QuotaSharePreemptionConfiguration.Builder> preemptionConfiguration) |
Specifies the preemption behavior for jobs in a quota share.
|
CreateQuotaShareRequest.Builder |
CreateQuotaShareRequest.Builder.preemptionConfiguration(QuotaSharePreemptionConfiguration preemptionConfiguration) |
Specifies the preemption behavior for jobs in a quota share.
|
CreateQuotaShareRequest.Builder |
CreateQuotaShareRequest.Builder.quotaShareName(String quotaShareName) |
The name of the quota share.
|
default CreateQuotaShareRequest.Builder |
CreateQuotaShareRequest.Builder.resourceSharingConfiguration(Consumer<QuotaShareResourceSharingConfiguration.Builder> resourceSharingConfiguration) |
Specifies whether a quota share reserves, lends, or both lends and borrows idle compute capacity.
|
CreateQuotaShareRequest.Builder |
CreateQuotaShareRequest.Builder.resourceSharingConfiguration(QuotaShareResourceSharingConfiguration resourceSharingConfiguration) |
Specifies whether a quota share reserves, lends, or both lends and borrows idle compute capacity.
|
CreateQuotaShareRequest.Builder |
CreateQuotaShareRequest.Builder.state(String state) |
The state of the quota share.
|
CreateQuotaShareRequest.Builder |
CreateQuotaShareRequest.Builder.state(QuotaShareState state) |
The state of the quota share.
|
CreateQuotaShareRequest.Builder |
CreateQuotaShareRequest.Builder.tags(Map<String,String> tags) |
The tags that you apply to the quota share to help you categorize and organize your resources.
|
CreateQuotaShareRequest.Builder |
CreateQuotaShareRequest.toBuilder() |
|