Interface Output.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Output.Builder,Output>,SdkBuilder<Output.Builder,Output>,SdkPojo
- Enclosing class:
- Output
public static interface Output.Builder extends SdkPojo, CopyableBuilder<Output.Builder,Output>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Output.Builderkey(String key)The output key.Output.BuildervalueString(String valueString)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
-
key
Output.Builder key(String key)
The output key.
- Parameters:
key- The output key.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
valueString
Output.Builder valueString(String valueString)
The output value.
- Parameters:
valueString- The output value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-