public static interface Secret.Builder extends SdkPojo, CopyableBuilder<Secret.Builder,Secret>
Modifier and Type | Method and Description |
---|---|
Secret.Builder |
name(String name)
The value to set as the environment variable on the container.
|
Secret.Builder |
valueFrom(String valueFrom)
The secret to expose to the container.
|
copy
applyMutation, build
Secret.Builder name(String name)
The value to set as the environment variable on the container.
name
- The value to set as the environment variable on the container.Secret.Builder valueFrom(String valueFrom)
The secret to expose to the container. Supported values are either the full ARN or the name of the parameter in the AWS Systems Manager Parameter Store.
valueFrom
- The secret to expose to the container. Supported values are either the full ARN or the name of the
parameter in the AWS Systems Manager Parameter Store.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.