Interface Output.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Output.Builder,
,Output> SdkBuilder<Output.Builder,
,Output> SdkPojo
- Enclosing class:
Output
-
Method Summary
Modifier and TypeMethodDescriptionThe output key.valueString
(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 Details
-
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
The output value.
- Parameters:
valueString
- The output value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-