Interface RecordOutput.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RecordOutput.Builder,RecordOutput>,SdkBuilder<RecordOutput.Builder,RecordOutput>,SdkPojo
- Enclosing class:
- RecordOutput
public static interface RecordOutput.Builder extends SdkPojo, CopyableBuilder<RecordOutput.Builder,RecordOutput>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RecordOutput.Builderdescription(String description)The description of the output.RecordOutput.BuilderoutputKey(String outputKey)The output key.RecordOutput.BuilderoutputValue(String outputValue)The output value.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
outputKey
RecordOutput.Builder outputKey(String outputKey)
The output key.
- Parameters:
outputKey- The output key.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outputValue
RecordOutput.Builder outputValue(String outputValue)
The output value.
- Parameters:
outputValue- The output value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
RecordOutput.Builder description(String description)
The description of the output.
- Parameters:
description- The description of the output.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-