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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AwsEcsTaskDefinitionContainerDefinitionsEnvironmentFilesDetails.Buildertype(String type)The type of environment file.AwsEcsTaskDefinitionContainerDefinitionsEnvironmentFilesDetails.Buildervalue(String value)The ARN of the S3 object that contains 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 Detail
-
type
AwsEcsTaskDefinitionContainerDefinitionsEnvironmentFilesDetails.Builder type(String 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
AwsEcsTaskDefinitionContainerDefinitionsEnvironmentFilesDetails.Builder value(String 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.
-
-