Uses of Class
software.amazon.awscdk.services.batch.ManagedComputeEnvironmentProps.Builder
-
Uses of ManagedComputeEnvironmentProps.Builder in software.amazon.awscdk.services.batch
Modifier and TypeMethodDescriptionManagedComputeEnvironmentProps.builder()
ManagedComputeEnvironmentProps.Builder.computeEnvironmentName
(String computeEnvironmentName) Sets the value ofComputeEnvironmentProps.getComputeEnvironmentName()
Sets the value ofComputeEnvironmentProps.getEnabled()
Sets the value ofManagedComputeEnvironmentProps.getMaxvCpus()
ManagedComputeEnvironmentProps.Builder.replaceComputeEnvironment
(Boolean replaceComputeEnvironment) Sets the value ofManagedComputeEnvironmentProps.getReplaceComputeEnvironment()
ManagedComputeEnvironmentProps.Builder.securityGroups
(List<? extends ISecurityGroup> securityGroups) Sets the value ofManagedComputeEnvironmentProps.getSecurityGroups()
ManagedComputeEnvironmentProps.Builder.serviceRole
(IRole serviceRole) Sets the value ofComputeEnvironmentProps.getServiceRole()
Sets the value ofManagedComputeEnvironmentProps.getSpot()
ManagedComputeEnvironmentProps.Builder.terminateOnUpdate
(Boolean terminateOnUpdate) Sets the value ofManagedComputeEnvironmentProps.getTerminateOnUpdate()
ManagedComputeEnvironmentProps.Builder.updateTimeout
(Duration updateTimeout) Sets the value ofManagedComputeEnvironmentProps.getUpdateTimeout()
ManagedComputeEnvironmentProps.Builder.updateToLatestImageVersion
(Boolean updateToLatestImageVersion) Sets the value ofManagedComputeEnvironmentProps.getUpdateToLatestImageVersion()
Sets the value ofManagedComputeEnvironmentProps.getVpc()
ManagedComputeEnvironmentProps.Builder.vpcSubnets
(SubnetSelection vpcSubnets) Sets the value ofManagedComputeEnvironmentProps.getVpcSubnets()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theManagedComputeEnvironmentProps.Builder
.