Uses of Class
software.amazon.awscdk.services.batch.ManagedEc2ComputeEnvironmentProps.Builder
Packages that use ManagedEc2ComputeEnvironmentProps.Builder
-
Uses of ManagedEc2ComputeEnvironmentProps.Builder in software.amazon.awscdk.services.batch
Methods in software.amazon.awscdk.services.batch that return ManagedEc2ComputeEnvironmentProps.BuilderModifier and TypeMethodDescriptionManagedEc2ComputeEnvironmentProps.builder()ManagedEc2ComputeEnvironmentProps.Builder.computeEnvironmentName(String computeEnvironmentName) Sets the value ofComputeEnvironmentProps.getComputeEnvironmentName()Sets the value ofComputeEnvironmentProps.getEnabled()ManagedEc2ComputeEnvironmentProps.Builder.instanceClasses(List<? extends InstanceClass> instanceClasses) Sets the value ofManagedEc2ComputeEnvironmentProps.getInstanceClasses()ManagedEc2ComputeEnvironmentProps.Builder.instanceTypes(List<? extends InstanceType> instanceTypes) Sets the value ofManagedEc2ComputeEnvironmentProps.getInstanceTypes()Sets the value ofManagedComputeEnvironmentProps.getMaxvCpus()ManagedEc2ComputeEnvironmentProps.Builder.replaceComputeEnvironment(Boolean replaceComputeEnvironment) Sets the value ofManagedComputeEnvironmentProps.getReplaceComputeEnvironment()ManagedEc2ComputeEnvironmentProps.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) Sets the value ofManagedComputeEnvironmentProps.getSecurityGroups()ManagedEc2ComputeEnvironmentProps.Builder.serviceRole(IRole serviceRole) Sets the value ofComputeEnvironmentProps.getServiceRole()Sets the value ofManagedComputeEnvironmentProps.getSpot()ManagedEc2ComputeEnvironmentProps.Builder.terminateOnUpdate(Boolean terminateOnUpdate) Sets the value ofManagedComputeEnvironmentProps.getTerminateOnUpdate()ManagedEc2ComputeEnvironmentProps.Builder.updateTimeout(Duration updateTimeout) Sets the value ofManagedComputeEnvironmentProps.getUpdateTimeout()ManagedEc2ComputeEnvironmentProps.Builder.updateToLatestImageVersion(Boolean updateToLatestImageVersion) Sets the value ofManagedComputeEnvironmentProps.getUpdateToLatestImageVersion()Sets the value ofManagedComputeEnvironmentProps.getVpc()ManagedEc2ComputeEnvironmentProps.Builder.vpcSubnets(SubnetSelection vpcSubnets) Sets the value ofManagedComputeEnvironmentProps.getVpcSubnets()Constructors in software.amazon.awscdk.services.batch with parameters of type ManagedEc2ComputeEnvironmentProps.BuilderModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theManagedEc2ComputeEnvironmentProps.Builder.