public static interface AwsEcsTaskDefinitionContainerDefinitionsEnvironmentFilesDetails.Builder extends SdkPojo, CopyableBuilder<AwsEcsTaskDefinitionContainerDefinitionsEnvironmentFilesDetails.Builder,AwsEcsTaskDefinitionContainerDefinitionsEnvironmentFilesDetails>
| Modifier and Type | Method and Description |
|---|---|
AwsEcsTaskDefinitionContainerDefinitionsEnvironmentFilesDetails.Builder |
type(String type)
The type of environment file.
|
AwsEcsTaskDefinitionContainerDefinitionsEnvironmentFilesDetails.Builder |
value(String value)
The ARN of the S3 object that contains the environment variable file.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsEcsTaskDefinitionContainerDefinitionsEnvironmentFilesDetails.Builder type(String type)
The type of environment file. The valid value is s3.
type - The type of environment file. The valid value is s3.AwsEcsTaskDefinitionContainerDefinitionsEnvironmentFilesDetails.Builder value(String value)
The ARN of the S3 object that contains the environment variable file.
value - The ARN of the S3 object that contains the environment variable file.Copyright © 2023. All rights reserved.