@Stability(value=External) public static final class CfnEnvironmentEC2Props.Builder extends Object
CfnEnvironmentEC2Props| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnEnvironmentEC2Props.Builder |
automaticStopTimeMinutes(Number automaticStopTimeMinutes)
Sets the value of AutomaticStopTimeMinutes
|
CfnEnvironmentEC2Props |
build()
Builds the configured instance.
|
CfnEnvironmentEC2Props.Builder |
description(String description)
Sets the value of Description
|
CfnEnvironmentEC2Props.Builder |
instanceType(String instanceType)
Sets the value of InstanceType
|
CfnEnvironmentEC2Props.Builder |
name(String name)
Sets the value of Name
|
CfnEnvironmentEC2Props.Builder |
ownerArn(String ownerArn)
Sets the value of OwnerArn
|
CfnEnvironmentEC2Props.Builder |
repositories(software.amazon.awscdk.core.IResolvable repositories)
Sets the value of Repositories
|
CfnEnvironmentEC2Props.Builder |
repositories(List<Object> repositories)
Sets the value of Repositories
|
CfnEnvironmentEC2Props.Builder |
subnetId(String subnetId)
Sets the value of SubnetId
|
@Stability(value=External) public CfnEnvironmentEC2Props.Builder instanceType(String instanceType)
instanceType - `AWS::Cloud9::EnvironmentEC2.InstanceType`.this@Stability(value=External) public CfnEnvironmentEC2Props.Builder automaticStopTimeMinutes(Number automaticStopTimeMinutes)
automaticStopTimeMinutes - `AWS::Cloud9::EnvironmentEC2.AutomaticStopTimeMinutes`.this@Stability(value=External) public CfnEnvironmentEC2Props.Builder description(String description)
description - `AWS::Cloud9::EnvironmentEC2.Description`.this@Stability(value=External) public CfnEnvironmentEC2Props.Builder name(String name)
name - `AWS::Cloud9::EnvironmentEC2.Name`.this@Stability(value=External) public CfnEnvironmentEC2Props.Builder ownerArn(String ownerArn)
ownerArn - `AWS::Cloud9::EnvironmentEC2.OwnerArn`.this@Stability(value=External) public CfnEnvironmentEC2Props.Builder repositories(software.amazon.awscdk.core.IResolvable repositories)
repositories - `AWS::Cloud9::EnvironmentEC2.Repositories`.this@Stability(value=External) public CfnEnvironmentEC2Props.Builder repositories(List<Object> repositories)
repositories - `AWS::Cloud9::EnvironmentEC2.Repositories`.this@Stability(value=External) public CfnEnvironmentEC2Props.Builder subnetId(String subnetId)
subnetId - `AWS::Cloud9::EnvironmentEC2.SubnetId`.this@Stability(value=External) public CfnEnvironmentEC2Props build()
CfnEnvironmentEC2PropsNullPointerException - if any required attribute was not providedCopyright © 2019. All rights reserved.