Interface AwsEcsTaskDefinitionContainerDefinitionsLogConfigurationSecretOptionsDetails.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<AwsEcsTaskDefinitionContainerDefinitionsLogConfigurationSecretOptionsDetails.Builder,,- AwsEcsTaskDefinitionContainerDefinitionsLogConfigurationSecretOptionsDetails> - SdkBuilder<AwsEcsTaskDefinitionContainerDefinitionsLogConfigurationSecretOptionsDetails.Builder,,- AwsEcsTaskDefinitionContainerDefinitionsLogConfigurationSecretOptionsDetails> - SdkPojo
@Mutable
@NotThreadSafe
public static interface AwsEcsTaskDefinitionContainerDefinitionsLogConfigurationSecretOptionsDetails.Builder
extends SdkPojo, CopyableBuilder<AwsEcsTaskDefinitionContainerDefinitionsLogConfigurationSecretOptionsDetails.Builder,AwsEcsTaskDefinitionContainerDefinitionsLogConfigurationSecretOptionsDetails> 
- 
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- 
nameAwsEcsTaskDefinitionContainerDefinitionsLogConfigurationSecretOptionsDetails.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.
 
- 
valueFromAwsEcsTaskDefinitionContainerDefinitionsLogConfigurationSecretOptionsDetails.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.
 
 
-