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, sdkFields
copy
applyMutation, build
EnvironmentFile.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
,
EnvironmentFileType
EnvironmentFile.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
,
EnvironmentFileType
Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.