CopyableBuilder<Output.Builder,Output>
, SdkBuilder<Output.Builder,Output>
public static interface Output.Builder extends CopyableBuilder<Output.Builder,Output>
Modifier and Type | Method | Description |
---|---|---|
Output.Builder |
description(String description) |
User defined description 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
apply, 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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.