public static interface VariableDefinition.Builder extends SdkPojo, CopyableBuilder<VariableDefinition.Builder,VariableDefinition>
| Modifier and Type | Method and Description |
|---|---|
VariableDefinition.Builder |
name(String name)
The name of the variable.
|
VariableDefinition.Builder |
value(String value)
The new value of the variable.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildVariableDefinition.Builder name(String name)
The name of the variable.
name - The name of the variable.VariableDefinition.Builder value(String value)
The new value of the variable.
value - The new value of the variable.Copyright © 2023. All rights reserved.