public static interface EcsEnvironmentFile.Builder extends SdkPojo, CopyableBuilder<EcsEnvironmentFile.Builder,EcsEnvironmentFile>
| Modifier and Type | Method and Description |
|---|---|
EcsEnvironmentFile.Builder |
type(EcsEnvironmentFileType type)
The file type to use.
|
EcsEnvironmentFile.Builder |
type(String type)
The file type to use.
|
EcsEnvironmentFile.Builder |
value(String value)
The Amazon Resource Name (ARN) of the Amazon S3 object containing the environment variable file.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEcsEnvironmentFile.Builder type(String type)
The file type to use. The only supported value is s3.
type - The file type to use. The only supported value is s3.EcsEnvironmentFileType,
EcsEnvironmentFileTypeEcsEnvironmentFile.Builder type(EcsEnvironmentFileType type)
The file type to use. The only supported value is s3.
type - The file type to use. The only supported value is s3.EcsEnvironmentFileType,
EcsEnvironmentFileTypeEcsEnvironmentFile.Builder value(String value)
The Amazon Resource Name (ARN) of the Amazon S3 object containing the environment variable file.
value - The Amazon Resource Name (ARN) of the Amazon S3 object containing the environment variable file.Copyright © 2023. All rights reserved.