@Stability(value=Stable) public static final class CfnTaskDefinition.EnvironmentFileProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnTaskDefinition.EnvironmentFileProperty>
CfnTaskDefinition.EnvironmentFileProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnTaskDefinition.EnvironmentFileProperty |
build()
Builds the configured instance.
|
CfnTaskDefinition.EnvironmentFileProperty.Builder |
type(String type)
Sets the value of
CfnTaskDefinition.EnvironmentFileProperty.getType() |
CfnTaskDefinition.EnvironmentFileProperty.Builder |
value(String value)
Sets the value of
CfnTaskDefinition.EnvironmentFileProperty.getValue() |
@Stability(value=Stable) public CfnTaskDefinition.EnvironmentFileProperty.Builder type(String type)
CfnTaskDefinition.EnvironmentFileProperty.getType()
type
- `CfnTaskDefinition.EnvironmentFileProperty.Type`.this
@Stability(value=Stable) public CfnTaskDefinition.EnvironmentFileProperty.Builder value(String value)
CfnTaskDefinition.EnvironmentFileProperty.getValue()
value
- `CfnTaskDefinition.EnvironmentFileProperty.Value`.this
@Stability(value=Stable) public CfnTaskDefinition.EnvironmentFileProperty build()
build
in interface software.amazon.jsii.Builder<CfnTaskDefinition.EnvironmentFileProperty>
CfnTaskDefinition.EnvironmentFileProperty
NullPointerException
- if any required attribute was not providedCopyright © 2021. All rights reserved.