| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotroborunner.model |
| Modifier and Type | Method and Description |
|---|---|
Worker.Builder |
Worker.Builder.additionalFixedProperties(String additionalFixedProperties)
Sets the value of the AdditionalFixedProperties property for this object.
|
Worker.Builder |
Worker.Builder.additionalTransientProperties(String additionalTransientProperties)
Sets the value of the AdditionalTransientProperties property for this object.
|
Worker.Builder |
Worker.Builder.arn(String arn)
Sets the value of the Arn property for this object.
|
static Worker.Builder |
Worker.builder() |
Worker.Builder |
Worker.Builder.createdAt(Instant createdAt)
Sets the value of the CreatedAt property for this object.
|
Worker.Builder |
Worker.Builder.fleet(String fleet)
Sets the value of the Fleet property for this object.
|
Worker.Builder |
Worker.Builder.id(String id)
Sets the value of the Id property for this object.
|
Worker.Builder |
Worker.Builder.name(String name)
Sets the value of the Name property for this object.
|
default Worker.Builder |
Worker.Builder.orientation(Consumer<Orientation.Builder> orientation)
Sets the value of the Orientation property for this object.
|
Worker.Builder |
Worker.Builder.orientation(Orientation orientation)
Sets the value of the Orientation property for this object.
|
default Worker.Builder |
Worker.Builder.position(Consumer<PositionCoordinates.Builder> position)
Sets the value of the Position property for this object.
|
Worker.Builder |
Worker.Builder.position(PositionCoordinates position)
Sets the value of the Position property for this object.
|
Worker.Builder |
Worker.Builder.site(String site)
Sets the value of the Site property for this object.
|
Worker.Builder |
Worker.toBuilder() |
Worker.Builder |
Worker.Builder.updatedAt(Instant updatedAt)
Sets the value of the UpdatedAt property for this object.
|
default Worker.Builder |
Worker.Builder.vendorProperties(Consumer<VendorProperties.Builder> vendorProperties)
Sets the value of the VendorProperties property for this object.
|
Worker.Builder |
Worker.Builder.vendorProperties(VendorProperties vendorProperties)
Sets the value of the VendorProperties property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Worker.Builder> |
Worker.serializableBuilderClass() |
Copyright © 2022. All rights reserved.