Interface GetWorkerResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetWorkerResponse.Builder,GetWorkerResponse>,IotRoboRunnerResponse.Builder,SdkBuilder<GetWorkerResponse.Builder,GetWorkerResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetWorkerResponse
public static interface GetWorkerResponse.Builder extends IotRoboRunnerResponse.Builder, SdkPojo, CopyableBuilder<GetWorkerResponse.Builder,GetWorkerResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description GetWorkerResponse.BuilderadditionalFixedProperties(String additionalFixedProperties)Sets the value of the AdditionalFixedProperties property for this object.GetWorkerResponse.BuilderadditionalTransientProperties(String additionalTransientProperties)Sets the value of the AdditionalTransientProperties property for this object.GetWorkerResponse.Builderarn(String arn)Sets the value of the Arn property for this object.GetWorkerResponse.BuildercreatedAt(Instant createdAt)Sets the value of the CreatedAt property for this object.GetWorkerResponse.Builderfleet(String fleet)Sets the value of the Fleet property for this object.GetWorkerResponse.Builderid(String id)Sets the value of the Id property for this object.GetWorkerResponse.Buildername(String name)Sets the value of the Name property for this object.default GetWorkerResponse.Builderorientation(Consumer<Orientation.Builder> orientation)Sets the value of the Orientation property for this object.GetWorkerResponse.Builderorientation(Orientation orientation)Sets the value of the Orientation property for this object.default GetWorkerResponse.Builderposition(Consumer<PositionCoordinates.Builder> position)Sets the value of the Position property for this object.GetWorkerResponse.Builderposition(PositionCoordinates position)Sets the value of the Position property for this object.GetWorkerResponse.Buildersite(String site)Sets the value of the Site property for this object.GetWorkerResponse.BuilderupdatedAt(Instant updatedAt)Sets the value of the UpdatedAt property for this object.default GetWorkerResponse.BuildervendorProperties(Consumer<VendorProperties.Builder> vendorProperties)Sets the value of the VendorProperties property for this object.GetWorkerResponse.BuildervendorProperties(VendorProperties vendorProperties)Sets the value of the VendorProperties property for this object.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.iotroborunner.model.IotRoboRunnerResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
arn
GetWorkerResponse.Builder arn(String arn)
Sets the value of the Arn property for this object.- Parameters:
arn- The new value for the Arn property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
GetWorkerResponse.Builder id(String id)
Sets the value of the Id property for this object.- Parameters:
id- The new value for the Id property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fleet
GetWorkerResponse.Builder fleet(String fleet)
Sets the value of the Fleet property for this object.- Parameters:
fleet- The new value for the Fleet property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
site
GetWorkerResponse.Builder site(String site)
Sets the value of the Site property for this object.- Parameters:
site- The new value for the Site property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
GetWorkerResponse.Builder createdAt(Instant createdAt)
Sets the value of the CreatedAt property for this object.- Parameters:
createdAt- The new value for the CreatedAt property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
GetWorkerResponse.Builder updatedAt(Instant updatedAt)
Sets the value of the UpdatedAt property for this object.- Parameters:
updatedAt- The new value for the UpdatedAt property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
GetWorkerResponse.Builder name(String name)
Sets the value of the Name property for this object.- Parameters:
name- The new value for the Name property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
additionalTransientProperties
GetWorkerResponse.Builder additionalTransientProperties(String additionalTransientProperties)
Sets the value of the AdditionalTransientProperties property for this object.- Parameters:
additionalTransientProperties- The new value for the AdditionalTransientProperties property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
additionalFixedProperties
GetWorkerResponse.Builder additionalFixedProperties(String additionalFixedProperties)
Sets the value of the AdditionalFixedProperties property for this object.- Parameters:
additionalFixedProperties- The new value for the AdditionalFixedProperties property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vendorProperties
GetWorkerResponse.Builder vendorProperties(VendorProperties vendorProperties)
Sets the value of the VendorProperties property for this object.- Parameters:
vendorProperties- The new value for the VendorProperties property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vendorProperties
default GetWorkerResponse.Builder vendorProperties(Consumer<VendorProperties.Builder> vendorProperties)
Sets the value of the VendorProperties property for this object. This is a convenience method that creates an instance of theVendorProperties.Builderavoiding the need to create one manually viaVendorProperties.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tovendorProperties(VendorProperties).- Parameters:
vendorProperties- a consumer that will call methods onVendorProperties.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
vendorProperties(VendorProperties)
-
position
GetWorkerResponse.Builder position(PositionCoordinates position)
Sets the value of the Position property for this object.- Parameters:
position- The new value for the Position property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
position
default GetWorkerResponse.Builder position(Consumer<PositionCoordinates.Builder> position)
Sets the value of the Position property for this object. This is a convenience method that creates an instance of thePositionCoordinates.Builderavoiding the need to create one manually viaPositionCoordinates.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toposition(PositionCoordinates).- Parameters:
position- a consumer that will call methods onPositionCoordinates.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
position(PositionCoordinates)
-
orientation
GetWorkerResponse.Builder orientation(Orientation orientation)
Sets the value of the Orientation property for this object.- Parameters:
orientation- The new value for the Orientation property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
orientation
default GetWorkerResponse.Builder orientation(Consumer<Orientation.Builder> orientation)
Sets the value of the Orientation property for this object. This is a convenience method that creates an instance of theOrientation.Builderavoiding the need to create one manually viaOrientation.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toorientation(Orientation).- Parameters:
orientation- a consumer that will call methods onOrientation.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
orientation(Orientation)
-
-