| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotroborunner.model |
| Modifier and Type | Method and Description |
|---|---|
static Orientation.Builder |
Orientation.builder() |
Orientation.Builder |
Orientation.Builder.degrees(Double degrees)
Degrees, limited on [0, 360)
|
Orientation.Builder |
Orientation.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Orientation.Builder> |
Orientation.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetWorkerResponse.Builder |
GetWorkerResponse.Builder.orientation(Consumer<Orientation.Builder> orientation)
Sets the value of the Orientation property for this object.
|
default Worker.Builder |
Worker.Builder.orientation(Consumer<Orientation.Builder> orientation)
Sets the value of the Orientation property for this object.
|
default CreateWorkerRequest.Builder |
CreateWorkerRequest.Builder.orientation(Consumer<Orientation.Builder> orientation)
Sets the value of the Orientation property for this object.
|
default UpdateWorkerRequest.Builder |
UpdateWorkerRequest.Builder.orientation(Consumer<Orientation.Builder> orientation)
Sets the value of the Orientation property for this object.
|
default UpdateWorkerResponse.Builder |
UpdateWorkerResponse.Builder.orientation(Consumer<Orientation.Builder> orientation)
Sets the value of the Orientation property for this object.
|
Copyright © 2023. All rights reserved.