CopyableBuilder<EnvironmentVariable.Builder,EnvironmentVariable>
, SdkBuilder<EnvironmentVariable.Builder,EnvironmentVariable>
public static interface EnvironmentVariable.Builder extends CopyableBuilder<EnvironmentVariable.Builder,EnvironmentVariable>
Modifier and Type | Method | Description |
---|---|---|
EnvironmentVariable.Builder |
name(String name) |
The name or key of the environment variable.
|
EnvironmentVariable.Builder |
value(String value) |
The value of the environment variable.
|
copy
apply, build
EnvironmentVariable.Builder name(String name)
The name or key of the environment variable.
name
- The name or key of the environment variable.EnvironmentVariable.Builder value(String value)
The value of the environment variable.
We strongly discourage using environment variables to store sensitive values, especially AWS secret key IDs and secret access keys. Environment variables can be displayed in plain text using tools such as the AWS CodeBuild console and the AWS Command Line Interface (AWS CLI).
value
- The value of the environment variable. We strongly discourage using environment variables to store sensitive values, especially AWS secret key IDs and secret access keys. Environment variables can be displayed in plain text using tools such as the AWS CodeBuild console and the AWS Command Line Interface (AWS CLI).
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.