@Stability(value=Stable) public static final class CfnComputeEnvironmentProps.Builder extends Object implements software.amazon.jsii.Builder<CfnComputeEnvironmentProps>
CfnComputeEnvironmentProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnComputeEnvironmentProps.Builder type(String type)
CfnComputeEnvironmentProps.getType()type - `AWS::Batch::ComputeEnvironment.Type`. This parameter is required.this@Stability(value=Stable) public CfnComputeEnvironmentProps.Builder computeEnvironmentName(String computeEnvironmentName)
CfnComputeEnvironmentProps.getComputeEnvironmentName()computeEnvironmentName - `AWS::Batch::ComputeEnvironment.ComputeEnvironmentName`.this@Stability(value=Stable) public CfnComputeEnvironmentProps.Builder computeResources(CfnComputeEnvironment.ComputeResourcesProperty computeResources)
CfnComputeEnvironmentProps.getComputeResources()computeResources - `AWS::Batch::ComputeEnvironment.ComputeResources`.this@Stability(value=Stable) public CfnComputeEnvironmentProps.Builder computeResources(IResolvable computeResources)
CfnComputeEnvironmentProps.getComputeResources()computeResources - `AWS::Batch::ComputeEnvironment.ComputeResources`.this@Stability(value=Stable) public CfnComputeEnvironmentProps.Builder serviceRole(String serviceRole)
CfnComputeEnvironmentProps.getServiceRole()serviceRole - `AWS::Batch::ComputeEnvironment.ServiceRole`.this@Stability(value=Stable) public CfnComputeEnvironmentProps.Builder state(String state)
CfnComputeEnvironmentProps.getState()state - `AWS::Batch::ComputeEnvironment.State`.this@Stability(value=Stable) public CfnComputeEnvironmentProps.Builder tags(Object tags)
CfnComputeEnvironmentProps.getTags()tags - `AWS::Batch::ComputeEnvironment.Tags`.this@Stability(value=Stable) public CfnComputeEnvironmentProps build()
build in interface software.amazon.jsii.Builder<CfnComputeEnvironmentProps>CfnComputeEnvironmentPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.