Interface AwsEcsTaskDefinitionContainerDefinitionsSecretsDetails.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AwsEcsTaskDefinitionContainerDefinitionsSecretsDetails.Builder,AwsEcsTaskDefinitionContainerDefinitionsSecretsDetails>,SdkBuilder<AwsEcsTaskDefinitionContainerDefinitionsSecretsDetails.Builder,AwsEcsTaskDefinitionContainerDefinitionsSecretsDetails>,SdkPojo
- Enclosing class:
- AwsEcsTaskDefinitionContainerDefinitionsSecretsDetails
public static interface AwsEcsTaskDefinitionContainerDefinitionsSecretsDetails.Builder extends SdkPojo, CopyableBuilder<AwsEcsTaskDefinitionContainerDefinitionsSecretsDetails.Builder,AwsEcsTaskDefinitionContainerDefinitionsSecretsDetails>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AwsEcsTaskDefinitionContainerDefinitionsSecretsDetails.Buildername(String name)The name of the secret.AwsEcsTaskDefinitionContainerDefinitionsSecretsDetails.BuildervalueFrom(String valueFrom)The secret to expose to the container.-
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
-
name
AwsEcsTaskDefinitionContainerDefinitionsSecretsDetails.Builder name(String name)
The name of the secret.
- Parameters:
name- The name of the secret.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
valueFrom
AwsEcsTaskDefinitionContainerDefinitionsSecretsDetails.Builder valueFrom(String valueFrom)
The secret to expose to the container. The value is either the full ARN of the Secrets Manager secret or the full ARN of the parameter in the Systems Manager Parameter Store.
- Parameters:
valueFrom- The secret to expose to the container. The value is either the full ARN of the Secrets Manager secret or the full ARN of the parameter in the Systems Manager Parameter Store.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-