public static interface Worker.Builder extends SdkPojo, CopyableBuilder<Worker.Builder,Worker>
| Modifier and Type | Method and Description |
|---|---|
Worker.Builder |
additionalFixedProperties(String additionalFixedProperties)
Sets the value of the AdditionalFixedProperties property for this object.
|
Worker.Builder |
additionalTransientProperties(String additionalTransientProperties)
Sets the value of the AdditionalTransientProperties property for this object.
|
Worker.Builder |
arn(String arn)
Sets the value of the Arn property for this object.
|
Worker.Builder |
createdAt(Instant createdAt)
Sets the value of the CreatedAt property for this object.
|
Worker.Builder |
fleet(String fleet)
Sets the value of the Fleet property for this object.
|
Worker.Builder |
id(String id)
Sets the value of the Id property for this object.
|
Worker.Builder |
name(String name)
Sets the value of the Name property for this object.
|
default Worker.Builder |
orientation(Consumer<Orientation.Builder> orientation)
Sets the value of the Orientation property for this object.
|
Worker.Builder |
orientation(Orientation orientation)
Sets the value of the Orientation property for this object.
|
default Worker.Builder |
position(Consumer<PositionCoordinates.Builder> position)
Sets the value of the Position property for this object.
|
Worker.Builder |
position(PositionCoordinates position)
Sets the value of the Position property for this object.
|
Worker.Builder |
site(String site)
Sets the value of the Site property for this object.
|
Worker.Builder |
updatedAt(Instant updatedAt)
Sets the value of the UpdatedAt property for this object.
|
default Worker.Builder |
vendorProperties(Consumer<VendorProperties.Builder> vendorProperties)
Sets the value of the VendorProperties property for this object.
|
Worker.Builder |
vendorProperties(VendorProperties vendorProperties)
Sets the value of the VendorProperties property for this object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildWorker.Builder arn(String arn)
arn - The new value for the Arn property for this object.Worker.Builder id(String id)
id - The new value for the Id property for this object.Worker.Builder fleet(String fleet)
fleet - The new value for the Fleet property for this object.Worker.Builder createdAt(Instant createdAt)
createdAt - The new value for the CreatedAt property for this object.Worker.Builder updatedAt(Instant updatedAt)
updatedAt - The new value for the UpdatedAt property for this object.Worker.Builder name(String name)
name - The new value for the Name property for this object.Worker.Builder site(String site)
site - The new value for the Site property for this object.Worker.Builder additionalTransientProperties(String additionalTransientProperties)
additionalTransientProperties - The new value for the AdditionalTransientProperties property for this object.Worker.Builder additionalFixedProperties(String additionalFixedProperties)
additionalFixedProperties - The new value for the AdditionalFixedProperties property for this object.Worker.Builder vendorProperties(VendorProperties vendorProperties)
vendorProperties - The new value for the VendorProperties property for this object.default Worker.Builder vendorProperties(Consumer<VendorProperties.Builder> vendorProperties)
VendorProperties.Builder avoiding the
need to create one manually via VendorProperties.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to vendorProperties(VendorProperties).
vendorProperties - a consumer that will call methods on VendorProperties.BuildervendorProperties(VendorProperties)Worker.Builder position(PositionCoordinates position)
position - The new value for the Position property for this object.default Worker.Builder position(Consumer<PositionCoordinates.Builder> position)
PositionCoordinates.Builder avoiding the
need to create one manually via PositionCoordinates.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to position(PositionCoordinates).
position - a consumer that will call methods on PositionCoordinates.Builderposition(PositionCoordinates)Worker.Builder orientation(Orientation orientation)
orientation - The new value for the Orientation property for this object.default Worker.Builder orientation(Consumer<Orientation.Builder> orientation)
Orientation.Builder avoiding the need to
create one manually via Orientation.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to orientation(Orientation).
orientation - a consumer that will call methods on Orientation.Builderorientation(Orientation)Copyright © 2022. All rights reserved.