public static interface KeyValuePair.Builder extends SdkPojo, CopyableBuilder<KeyValuePair.Builder,KeyValuePair>
Modifier and Type | Method and Description |
---|---|
KeyValuePair.Builder |
name(String name)
The name of the key-value pair.
|
KeyValuePair.Builder |
value(String value)
The value of the key-value pair.
|
copy
applyMutation, build
KeyValuePair.Builder name(String name)
The name of the key-value pair. For environment variables, this is the name of the environment variable.
name
- The name of the key-value pair. For environment variables, this is the name of the environment
variable.KeyValuePair.Builder value(String value)
The value of the key-value pair. For environment variables, this is the value of the environment variable.
value
- The value of the key-value pair. For environment variables, this is the value of the environment
variable.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.