CreateComputeQuotaRequest.Builder |
CreateComputeQuotaRequest.Builder.activationState(String activationState) |
The state of the compute allocation being described.
|
CreateComputeQuotaRequest.Builder |
CreateComputeQuotaRequest.Builder.activationState(ActivationState activationState) |
The state of the compute allocation being described.
|
static CreateComputeQuotaRequest.Builder |
CreateComputeQuotaRequest.builder() |
|
CreateComputeQuotaRequest.Builder |
CreateComputeQuotaRequest.Builder.clusterArn(String clusterArn) |
ARN of the cluster.
|
default CreateComputeQuotaRequest.Builder |
CreateComputeQuotaRequest.Builder.computeQuotaConfig(Consumer<ComputeQuotaConfig.Builder> computeQuotaConfig) |
Configuration of the compute allocation definition.
|
CreateComputeQuotaRequest.Builder |
CreateComputeQuotaRequest.Builder.computeQuotaConfig(ComputeQuotaConfig computeQuotaConfig) |
Configuration of the compute allocation definition.
|
default CreateComputeQuotaRequest.Builder |
CreateComputeQuotaRequest.Builder.computeQuotaTarget(Consumer<ComputeQuotaTarget.Builder> computeQuotaTarget) |
The target entity to allocate compute resources to.
|
CreateComputeQuotaRequest.Builder |
CreateComputeQuotaRequest.Builder.computeQuotaTarget(ComputeQuotaTarget computeQuotaTarget) |
The target entity to allocate compute resources to.
|
CreateComputeQuotaRequest.Builder |
CreateComputeQuotaRequest.Builder.description(String description) |
Description of the compute allocation definition.
|
CreateComputeQuotaRequest.Builder |
CreateComputeQuotaRequest.Builder.name(String name) |
Name to the compute allocation definition.
|
CreateComputeQuotaRequest.Builder |
CreateComputeQuotaRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateComputeQuotaRequest.Builder |
CreateComputeQuotaRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
CreateComputeQuotaRequest.Builder |
CreateComputeQuotaRequest.Builder.tags(Collection<Tag> tags) |
Tags of the compute allocation definition.
|
CreateComputeQuotaRequest.Builder |
CreateComputeQuotaRequest.Builder.tags(Consumer<Tag.Builder>... tags) |
Tags of the compute allocation definition.
|
CreateComputeQuotaRequest.Builder |
CreateComputeQuotaRequest.Builder.tags(Tag... tags) |
Tags of the compute allocation definition.
|
CreateComputeQuotaRequest.Builder |
CreateComputeQuotaRequest.toBuilder() |
|