Uses of Interface
software.amazon.awssdk.services.iotroborunner.model.Orientation.Builder
-
Packages that use Orientation.Builder Package Description software.amazon.awssdk.services.iotroborunner.model -
-
Uses of Orientation.Builder in software.amazon.awssdk.services.iotroborunner.model
Methods in software.amazon.awssdk.services.iotroborunner.model that return Orientation.Builder Modifier and Type Method Description static Orientation.BuilderOrientation. builder()Orientation.BuilderOrientation.Builder. degrees(Double degrees)Degrees, limited on [0, 360)Orientation.BuilderOrientation. toBuilder()Methods in software.amazon.awssdk.services.iotroborunner.model that return types with arguments of type Orientation.Builder Modifier and Type Method Description static Class<? extends Orientation.Builder>Orientation. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iotroborunner.model with type arguments of type Orientation.Builder Modifier and Type Method Description default CreateWorkerRequest.BuilderCreateWorkerRequest.Builder. orientation(Consumer<Orientation.Builder> orientation)Sets the value of the Orientation property for this object.default GetWorkerResponse.BuilderGetWorkerResponse.Builder. orientation(Consumer<Orientation.Builder> orientation)Sets the value of the Orientation property for this object.default UpdateWorkerRequest.BuilderUpdateWorkerRequest.Builder. orientation(Consumer<Orientation.Builder> orientation)Sets the value of the Orientation property for this object.default UpdateWorkerResponse.BuilderUpdateWorkerResponse.Builder. orientation(Consumer<Orientation.Builder> orientation)Sets the value of the Orientation property for this object.default Worker.BuilderWorker.Builder. orientation(Consumer<Orientation.Builder> orientation)Sets the value of the Orientation property for this object.
-