Interface AwsEcsTaskDefinitionContainerDefinitionsEnvironmentFilesDetails.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<AwsEcsTaskDefinitionContainerDefinitionsEnvironmentFilesDetails.Builder,,AwsEcsTaskDefinitionContainerDefinitionsEnvironmentFilesDetails> SdkBuilder<AwsEcsTaskDefinitionContainerDefinitionsEnvironmentFilesDetails.Builder,,AwsEcsTaskDefinitionContainerDefinitionsEnvironmentFilesDetails> SdkPojo
- Enclosing class:
 AwsEcsTaskDefinitionContainerDefinitionsEnvironmentFilesDetails
public static interface AwsEcsTaskDefinitionContainerDefinitionsEnvironmentFilesDetails.Builder
extends SdkPojo, CopyableBuilder<AwsEcsTaskDefinitionContainerDefinitionsEnvironmentFilesDetails.Builder,AwsEcsTaskDefinitionContainerDefinitionsEnvironmentFilesDetails> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe type of environment file.The ARN of the S3 object that contains the environment variable file.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
type
The type of environment file. The valid value is
s3.- Parameters:
 type- The type of environment file. The valid value iss3.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
value
The ARN of the S3 object that contains the environment variable file.
- Parameters:
 value- The ARN of the S3 object that contains the environment variable file.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -