Interface CodeGenNodeArg.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<CodeGenNodeArg.Builder,,CodeGenNodeArg> SdkBuilder<CodeGenNodeArg.Builder,,CodeGenNodeArg> SdkPojo
- Enclosing class:
 CodeGenNodeArg
public static interface CodeGenNodeArg.Builder
extends SdkPojo, CopyableBuilder<CodeGenNodeArg.Builder,CodeGenNodeArg> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe name of the argument or property.True if the value is used as a parameter.The value of the argument or property.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, sdkFields 
- 
Method Details
- 
name
The name of the argument or property.
- Parameters:
 name- The name of the argument or property.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
value
The value of the argument or property.
- Parameters:
 value- The value of the argument or property.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
param
True if the value is used as a parameter.
- Parameters:
 param- True if the value is used as a parameter.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -