Interface OperandOne.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<OperandOne.Builder,
,OperandOne> SdkBuilder<OperandOne.Builder,
,OperandOne> SdkPojo
- Enclosing class:
OperandOne
@Mutable
@NotThreadSafe
public static interface OperandOne.Builder
extends SdkPojo, CopyableBuilder<OperandOne.Builder,OperandOne>
-
Method Summary
Modifier and TypeMethodDescriptionThe 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 Details
-
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.
-