public static interface Output.Builder extends SdkPojo, CopyableBuilder<Output.Builder,Output>
Modifier and Type | Method and Description |
---|---|
Output.Builder |
description(String description)
User defined description associated with the output.
|
Output.Builder |
exportName(String exportName)
The name of the export associated with the output.
|
Output.Builder |
outputKey(String outputKey)
The key associated with the output.
|
Output.Builder |
outputValue(String outputValue)
The value associated with the output.
|
copy
applyMutation, build
Output.Builder outputKey(String outputKey)
The key associated with the output.
outputKey
- The key associated with the output.Output.Builder outputValue(String outputValue)
The value associated with the output.
outputValue
- The value associated with the output.Output.Builder description(String description)
User defined description associated with the output.
description
- User defined description associated with the output.Output.Builder exportName(String exportName)
The name of the export associated with the output.
exportName
- The name of the export associated with the output.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.