public static interface EnvironmentFile.Builder extends SdkPojo, CopyableBuilder<EnvironmentFile.Builder,EnvironmentFile>
| Modifier and Type | Method and Description |
|---|---|
EnvironmentFile.Builder |
type(EnvironmentFileType type)
The file type to use.
|
EnvironmentFile.Builder |
type(String type)
The file type to use.
|
EnvironmentFile.Builder |
value(String value)
The Amazon Resource Name (ARN) of the Amazon S3 object containing the environment variable file.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEnvironmentFile.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.EnvironmentFile.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.EnvironmentFileType,
EnvironmentFileTypeEnvironmentFile.Builder type(EnvironmentFileType type)
The file type to use. The only supported value is s3.
type - The file type to use. The only supported value is s3.EnvironmentFileType,
EnvironmentFileTypeCopyright © 2022. All rights reserved.