public static interface UpdateWorkerRequest.Builder extends IotRoboRunnerRequest.Builder, SdkPojo, CopyableBuilder<UpdateWorkerRequest.Builder,UpdateWorkerRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateWorkerRequest.Builder |
additionalFixedProperties(String additionalFixedProperties)
Sets the value of the AdditionalFixedProperties property for this object.
|
UpdateWorkerRequest.Builder |
additionalTransientProperties(String additionalTransientProperties)
Sets the value of the AdditionalTransientProperties property for this object.
|
UpdateWorkerRequest.Builder |
id(String id)
Sets the value of the Id property for this object.
|
UpdateWorkerRequest.Builder |
name(String name)
Sets the value of the Name property for this object.
|
default UpdateWorkerRequest.Builder |
orientation(Consumer<Orientation.Builder> orientation)
Sets the value of the Orientation property for this object.
|
UpdateWorkerRequest.Builder |
orientation(Orientation orientation)
Sets the value of the Orientation property for this object.
|
UpdateWorkerRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateWorkerRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default UpdateWorkerRequest.Builder |
position(Consumer<PositionCoordinates.Builder> position)
Sets the value of the Position property for this object.
|
UpdateWorkerRequest.Builder |
position(PositionCoordinates position)
Sets the value of the Position property for this object.
|
default UpdateWorkerRequest.Builder |
vendorProperties(Consumer<VendorProperties.Builder> vendorProperties)
Sets the value of the VendorProperties property for this object.
|
UpdateWorkerRequest.Builder |
vendorProperties(VendorProperties vendorProperties)
Sets the value of the VendorProperties property for this object.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateWorkerRequest.Builder id(String id)
id - The new value for the Id property for this object.UpdateWorkerRequest.Builder name(String name)
name - The new value for the Name property for this object.UpdateWorkerRequest.Builder additionalTransientProperties(String additionalTransientProperties)
additionalTransientProperties - The new value for the AdditionalTransientProperties property for this object.UpdateWorkerRequest.Builder additionalFixedProperties(String additionalFixedProperties)
additionalFixedProperties - The new value for the AdditionalFixedProperties property for this object.UpdateWorkerRequest.Builder vendorProperties(VendorProperties vendorProperties)
vendorProperties - The new value for the VendorProperties property for this object.default UpdateWorkerRequest.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)UpdateWorkerRequest.Builder position(PositionCoordinates position)
position - The new value for the Position property for this object.default UpdateWorkerRequest.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)UpdateWorkerRequest.Builder orientation(Orientation orientation)
orientation - The new value for the Orientation property for this object.default UpdateWorkerRequest.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)UpdateWorkerRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateWorkerRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.