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