public static interface RecordOutput.Builder extends CopyableBuilder<RecordOutput.Builder,RecordOutput>
| Modifier and Type | Method and Description |
|---|---|
RecordOutput.Builder |
description(String description)
The text description of the output.
|
RecordOutput.Builder |
outputKey(String outputKey)
The output key.
|
RecordOutput.Builder |
outputValue(String outputValue)
The output value.
|
copyapply, buildRecordOutput.Builder outputKey(String outputKey)
The output key.
outputKey - The output key.RecordOutput.Builder outputValue(String outputValue)
The output value.
outputValue - The output value.RecordOutput.Builder description(String description)
The text description of the output.
description - The text description of the output.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.