static CreateComputeEnvironmentRequest.Builder |
CreateComputeEnvironmentRequest.builder() |
|
CreateComputeEnvironmentRequest.Builder |
CreateComputeEnvironmentRequest.Builder.computeEnvironmentName(String computeEnvironmentName) |
The name for your compute environment.
|
default CreateComputeEnvironmentRequest.Builder |
CreateComputeEnvironmentRequest.Builder.computeResources(Consumer<ComputeResource.Builder> computeResources) |
Details about the compute resources managed by the compute environment.
|
CreateComputeEnvironmentRequest.Builder |
CreateComputeEnvironmentRequest.Builder.computeResources(ComputeResource computeResources) |
Details about the compute resources managed by the compute environment.
|
CreateComputeEnvironmentRequest.Builder |
CreateComputeEnvironmentRequest.Builder.context(String context) |
Reserved.
|
default CreateComputeEnvironmentRequest.Builder |
CreateComputeEnvironmentRequest.Builder.eksConfiguration(Consumer<EksConfiguration.Builder> eksConfiguration) |
The details for the Amazon EKS cluster that supports the compute environment.
|
CreateComputeEnvironmentRequest.Builder |
CreateComputeEnvironmentRequest.Builder.eksConfiguration(EksConfiguration eksConfiguration) |
The details for the Amazon EKS cluster that supports the compute environment.
|
CreateComputeEnvironmentRequest.Builder |
CreateComputeEnvironmentRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateComputeEnvironmentRequest.Builder |
CreateComputeEnvironmentRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
CreateComputeEnvironmentRequest.Builder |
CreateComputeEnvironmentRequest.Builder.serviceRole(String serviceRole) |
The full Amazon Resource Name (ARN) of the IAM role that allows Batch to make calls to other Amazon Web
Services services on your behalf.
|
CreateComputeEnvironmentRequest.Builder |
CreateComputeEnvironmentRequest.Builder.state(String state) |
The state of the compute environment.
|
CreateComputeEnvironmentRequest.Builder |
CreateComputeEnvironmentRequest.Builder.state(CEState state) |
The state of the compute environment.
|
CreateComputeEnvironmentRequest.Builder |
CreateComputeEnvironmentRequest.Builder.tags(Map<String,String> tags) |
The tags that you apply to the compute environment to help you categorize and organize your resources.
|
CreateComputeEnvironmentRequest.Builder |
CreateComputeEnvironmentRequest.toBuilder() |
|
CreateComputeEnvironmentRequest.Builder |
CreateComputeEnvironmentRequest.Builder.type(String type) |
The type of the compute environment: MANAGED or UNMANAGED.
|
CreateComputeEnvironmentRequest.Builder |
CreateComputeEnvironmentRequest.Builder.type(CEType type) |
The type of the compute environment: MANAGED or UNMANAGED.
|
CreateComputeEnvironmentRequest.Builder |
CreateComputeEnvironmentRequest.Builder.unmanagedvCpus(Integer unmanagedvCpus) |
The maximum number of vCPUs for an unmanaged compute environment.
|