Interface CartesianCoordinates.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CartesianCoordinates.Builder,
,CartesianCoordinates> SdkBuilder<CartesianCoordinates.Builder,
,CartesianCoordinates> SdkPojo
- Enclosing class:
CartesianCoordinates
public static interface CartesianCoordinates.Builder
extends SdkPojo, CopyableBuilder<CartesianCoordinates.Builder,CartesianCoordinates>
-
Method Summary
Modifier and TypeMethodDescriptionX coordinate.Y coordinate.Z coordinate.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, sdkFields
-
Method Details
-
x
X coordinate.
- Parameters:
x
- X coordinate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
y
Y coordinate.
- Parameters:
y
- Y coordinate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
z
Z coordinate.
- Parameters:
z
- Z coordinate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-