Uses of Interface
software.amazon.awssdk.services.iotroborunner.model.VendorProperties.Builder
-
Packages that use VendorProperties.Builder Package Description software.amazon.awssdk.services.iotroborunner.model -
-
Uses of VendorProperties.Builder in software.amazon.awssdk.services.iotroborunner.model
Methods in software.amazon.awssdk.services.iotroborunner.model that return VendorProperties.Builder Modifier and Type Method Description static VendorProperties.BuilderVendorProperties. builder()VendorProperties.BuilderVendorProperties. toBuilder()VendorProperties.BuilderVendorProperties.Builder. vendorAdditionalFixedProperties(String vendorAdditionalFixedProperties)Sets the value of the VendorAdditionalFixedProperties property for this object.VendorProperties.BuilderVendorProperties.Builder. vendorAdditionalTransientProperties(String vendorAdditionalTransientProperties)Sets the value of the VendorAdditionalTransientProperties property for this object.VendorProperties.BuilderVendorProperties.Builder. vendorWorkerId(String vendorWorkerId)Sets the value of the VendorWorkerId property for this object.VendorProperties.BuilderVendorProperties.Builder. vendorWorkerIpAddress(String vendorWorkerIpAddress)Sets the value of the VendorWorkerIpAddress property for this object.Methods in software.amazon.awssdk.services.iotroborunner.model that return types with arguments of type VendorProperties.Builder Modifier and Type Method Description static Class<? extends VendorProperties.Builder>VendorProperties. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iotroborunner.model with type arguments of type VendorProperties.Builder Modifier and Type Method Description default CreateWorkerRequest.BuilderCreateWorkerRequest.Builder. vendorProperties(Consumer<VendorProperties.Builder> vendorProperties)Sets the value of the VendorProperties property for this object.default GetWorkerResponse.BuilderGetWorkerResponse.Builder. vendorProperties(Consumer<VendorProperties.Builder> vendorProperties)Sets the value of the VendorProperties property for this object.default UpdateWorkerRequest.BuilderUpdateWorkerRequest.Builder. vendorProperties(Consumer<VendorProperties.Builder> vendorProperties)Sets the value of the VendorProperties property for this object.default UpdateWorkerResponse.BuilderUpdateWorkerResponse.Builder. vendorProperties(Consumer<VendorProperties.Builder> vendorProperties)Sets the value of the VendorProperties property for this object.default Worker.BuilderWorker.Builder. vendorProperties(Consumer<VendorProperties.Builder> vendorProperties)Sets the value of the VendorProperties property for this object.
-