Interface AwsEcsTaskDefinitionContainerDefinitionsLogConfigurationSecretOptionsDetails.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AwsEcsTaskDefinitionContainerDefinitionsLogConfigurationSecretOptionsDetails.Builder,AwsEcsTaskDefinitionContainerDefinitionsLogConfigurationSecretOptionsDetails>,SdkBuilder<AwsEcsTaskDefinitionContainerDefinitionsLogConfigurationSecretOptionsDetails.Builder,AwsEcsTaskDefinitionContainerDefinitionsLogConfigurationSecretOptionsDetails>,SdkPojo
public static interface AwsEcsTaskDefinitionContainerDefinitionsLogConfigurationSecretOptionsDetails.Builder extends SdkPojo, CopyableBuilder<AwsEcsTaskDefinitionContainerDefinitionsLogConfigurationSecretOptionsDetails.Builder,AwsEcsTaskDefinitionContainerDefinitionsLogConfigurationSecretOptionsDetails>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AwsEcsTaskDefinitionContainerDefinitionsLogConfigurationSecretOptionsDetails.Buildername(String name)The name of the secret.AwsEcsTaskDefinitionContainerDefinitionsLogConfigurationSecretOptionsDetails.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, sdkFields
-
-
-
-
Method Detail
-
name
AwsEcsTaskDefinitionContainerDefinitionsLogConfigurationSecretOptionsDetails.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
AwsEcsTaskDefinitionContainerDefinitionsLogConfigurationSecretOptionsDetails.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.
-
-