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
Modifier and TypeMethodDescriptionThe name of the output parameter.The value of the output parameter.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
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
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.
 
 
 -