Interface VendorProperties.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<VendorProperties.Builder,
,VendorProperties> SdkBuilder<VendorProperties.Builder,
,VendorProperties> SdkPojo
- Enclosing class:
VendorProperties
public static interface VendorProperties.Builder
extends SdkPojo, CopyableBuilder<VendorProperties.Builder,VendorProperties>
-
Method Summary
Modifier and TypeMethodDescriptionvendorAdditionalFixedProperties
(String vendorAdditionalFixedProperties) Sets the value of the VendorAdditionalFixedProperties property for this object.vendorAdditionalTransientProperties
(String vendorAdditionalTransientProperties) Sets the value of the VendorAdditionalTransientProperties property for this object.vendorWorkerId
(String vendorWorkerId) Sets the value of the VendorWorkerId property for this object.vendorWorkerIpAddress
(String vendorWorkerIpAddress) Sets the value of the VendorWorkerIpAddress property for this object.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
vendorWorkerId
Sets the value of the VendorWorkerId property for this object.- Parameters:
vendorWorkerId
- The new value for the VendorWorkerId property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vendorWorkerIpAddress
Sets the value of the VendorWorkerIpAddress property for this object.- Parameters:
vendorWorkerIpAddress
- The new value for the VendorWorkerIpAddress property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vendorAdditionalTransientProperties
VendorProperties.Builder vendorAdditionalTransientProperties(String vendorAdditionalTransientProperties) Sets the value of the VendorAdditionalTransientProperties property for this object.- Parameters:
vendorAdditionalTransientProperties
- The new value for the VendorAdditionalTransientProperties property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vendorAdditionalFixedProperties
Sets the value of the VendorAdditionalFixedProperties property for this object.- Parameters:
vendorAdditionalFixedProperties
- The new value for the VendorAdditionalFixedProperties property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-