Interface AwsEcsTaskDefinitionContainerDefinitionsSecretsDetails.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<AwsEcsTaskDefinitionContainerDefinitionsSecretsDetails.Builder,,- AwsEcsTaskDefinitionContainerDefinitionsSecretsDetails> - SdkBuilder<AwsEcsTaskDefinitionContainerDefinitionsSecretsDetails.Builder,,- AwsEcsTaskDefinitionContainerDefinitionsSecretsDetails> - SdkPojo
- Enclosing class:
- AwsEcsTaskDefinitionContainerDefinitionsSecretsDetails
@Mutable
@NotThreadSafe
public static interface AwsEcsTaskDefinitionContainerDefinitionsSecretsDetails.Builder
extends SdkPojo, CopyableBuilder<AwsEcsTaskDefinitionContainerDefinitionsSecretsDetails.Builder,AwsEcsTaskDefinitionContainerDefinitionsSecretsDetails> 
- 
Method SummaryModifier and TypeMethodDescriptionThe name of the secret.The secret to expose to the container.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
nameThe 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.
 
- 
valueFromThe 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.
 
 
-