Interface FieldPosition.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<FieldPosition.Builder,,- FieldPosition> - SdkBuilder<FieldPosition.Builder,,- FieldPosition> - SdkPojo
- Enclosing class:
- FieldPosition
@Mutable
@NotThreadSafe
public static interface FieldPosition.Builder
extends SdkPojo, CopyableBuilder<FieldPosition.Builder,FieldPosition> 
- 
Method SummaryModifier and TypeMethodDescriptionThe field position is below the field specified by the string.The field position is fixed and doesn't change in relation to other fields.fixed(FixedPosition fixed) The field position is fixed and doesn't change in relation to other fields.The field position is to the right of the field specified by the string.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
fixedThe field position is fixed and doesn't change in relation to other fields. - Parameters:
- fixed- The field position is fixed and doesn't change in relation to other fields.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
fixedThe field position is fixed and doesn't change in relation to other fields. - Parameters:
- fixed- The field position is fixed and doesn't change in relation to other fields.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
rightOfThe field position is to the right of the field specified by the string. - Parameters:
- rightOf- The field position is to the right of the field specified by the string.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
belowThe field position is below the field specified by the string. - Parameters:
- below- The field position is below the field specified by the string.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-