@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 - The file type to use.
The only supported value is s3 .this@Stability(value=Stable) public CfnTaskDefinition.EnvironmentFileProperty.Builder value(String value)
CfnTaskDefinition.EnvironmentFileProperty.getValue()value - The Amazon Resource Name (ARN) of the Amazon S3 object containing the environment variable file.this@Stability(value=Stable) public CfnTaskDefinition.EnvironmentFileProperty build()
build in interface software.amazon.jsii.Builder<CfnTaskDefinition.EnvironmentFileProperty>CfnTaskDefinition.EnvironmentFilePropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.