Uses of Class
software.amazon.awscdk.services.batch.CfnComputeEnvironmentProps.Builder
-
Uses of CfnComputeEnvironmentProps.Builder in software.amazon.awscdk.services.batch
Modifier and TypeMethodDescriptionCfnComputeEnvironmentProps.builder()
CfnComputeEnvironmentProps.Builder.computeEnvironmentName
(String computeEnvironmentName) Sets the value ofCfnComputeEnvironmentProps.getComputeEnvironmentName()
CfnComputeEnvironmentProps.Builder.computeResources
(IResolvable computeResources) Sets the value ofCfnComputeEnvironmentProps.getComputeResources()
CfnComputeEnvironmentProps.Builder.computeResources
(CfnComputeEnvironment.ComputeResourcesProperty computeResources) Sets the value ofCfnComputeEnvironmentProps.getComputeResources()
Sets the value ofCfnComputeEnvironmentProps.getContext()
CfnComputeEnvironmentProps.Builder.eksConfiguration
(IResolvable eksConfiguration) Sets the value ofCfnComputeEnvironmentProps.getEksConfiguration()
CfnComputeEnvironmentProps.Builder.eksConfiguration
(CfnComputeEnvironment.EksConfigurationProperty eksConfiguration) Sets the value ofCfnComputeEnvironmentProps.getEksConfiguration()
CfnComputeEnvironmentProps.Builder.replaceComputeEnvironment
(Boolean replaceComputeEnvironment) Sets the value ofCfnComputeEnvironmentProps.getReplaceComputeEnvironment()
CfnComputeEnvironmentProps.Builder.replaceComputeEnvironment
(IResolvable replaceComputeEnvironment) Sets the value ofCfnComputeEnvironmentProps.getReplaceComputeEnvironment()
CfnComputeEnvironmentProps.Builder.serviceRole
(String serviceRole) Sets the value ofCfnComputeEnvironmentProps.getServiceRole()
Sets the value ofCfnComputeEnvironmentProps.getState()
Sets the value ofCfnComputeEnvironmentProps.getTags()
Sets the value ofCfnComputeEnvironmentProps.getType()
CfnComputeEnvironmentProps.Builder.unmanagedvCpus
(Number unmanagedvCpus) Sets the value ofCfnComputeEnvironmentProps.getUnmanagedvCpus()
CfnComputeEnvironmentProps.Builder.updatePolicy
(IResolvable updatePolicy) Sets the value ofCfnComputeEnvironmentProps.getUpdatePolicy()
CfnComputeEnvironmentProps.Builder.updatePolicy
(CfnComputeEnvironment.UpdatePolicyProperty updatePolicy) Sets the value ofCfnComputeEnvironmentProps.getUpdatePolicy()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnComputeEnvironmentProps.Builder
.