Interface EcsEnvironmentFile.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<EcsEnvironmentFile.Builder,
,EcsEnvironmentFile> SdkBuilder<EcsEnvironmentFile.Builder,
,EcsEnvironmentFile> SdkPojo
- Enclosing class:
EcsEnvironmentFile
@Mutable
@NotThreadSafe
public static interface EcsEnvironmentFile.Builder
extends SdkPojo, CopyableBuilder<EcsEnvironmentFile.Builder,EcsEnvironmentFile>
-
Method Summary
Modifier and TypeMethodDescriptionThe file type to use.type
(EcsEnvironmentFileType type) The file type to use.The Amazon Resource Name (ARN) of the Amazon S3 object containing the environment variable file.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
type
The file type to use. The only supported value is
s3
.- Parameters:
type
- The file type to use. The only supported value iss3
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The file type to use. The only supported value is
s3
.- Parameters:
type
- The file type to use. The only supported value iss3
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
value
The Amazon Resource Name (ARN) of the Amazon S3 object containing the environment variable file.
- Parameters:
value
- The Amazon Resource Name (ARN) of the Amazon S3 object containing the environment variable file.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-