CopyableBuilder<RecordOutput.Builder,RecordOutput>
, SdkBuilder<RecordOutput.Builder,RecordOutput>
public static interface RecordOutput.Builder extends CopyableBuilder<RecordOutput.Builder,RecordOutput>
Modifier and Type | Method | 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.
|
copy
apply, build
RecordOutput.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.