Interface OperandOne.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<OperandOne.Builder,OperandOne>,SdkBuilder<OperandOne.Builder,OperandOne>,SdkPojo
- Enclosing class:
- OperandOne
public static interface OperandOne.Builder extends SdkPojo, CopyableBuilder<OperandOne.Builder,OperandOne>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OperandOne.BuilderfieldId(String fieldId)The field ID that this operand should take the value of.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
fieldId
OperandOne.Builder fieldId(String fieldId)
The field ID that this operand should take the value of.
- Parameters:
fieldId- The field ID that this operand should take the value of.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-