public static interface RecordOutput.Builder extends SdkPojo, CopyableBuilder<RecordOutput.Builder,RecordOutput>
| Modifier and Type | Method and Description |
|---|---|
RecordOutput.Builder |
description(String description)
The description of the output.
|
RecordOutput.Builder |
outputKey(String outputKey)
The output key.
|
RecordOutput.Builder |
outputValue(String outputValue)
The output value.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, 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 description of the output.
description - The description of the output.Copyright © 2023. All rights reserved.