public static interface Environment.Builder extends CopyableBuilder<Environment.Builder,Environment>
| Modifier and Type | Method and Description |
|---|---|
Environment.Builder |
variables(Map<String,String> variables)
The key-value pairs that represent your environment's configuration settings.
|
copyapply, buildEnvironment.Builder variables(Map<String,String> variables)
The key-value pairs that represent your environment's configuration settings.
variables - The key-value pairs that represent your environment's configuration settings.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.