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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VendorProperties.BuildervendorAdditionalFixedProperties(String vendorAdditionalFixedProperties)Sets the value of the VendorAdditionalFixedProperties property for this object.VendorProperties.BuildervendorAdditionalTransientProperties(String vendorAdditionalTransientProperties)Sets the value of the VendorAdditionalTransientProperties property for this object.VendorProperties.BuildervendorWorkerId(String vendorWorkerId)Sets the value of the VendorWorkerId property for this object.VendorProperties.BuildervendorWorkerIpAddress(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 Detail
-
vendorWorkerId
VendorProperties.Builder vendorWorkerId(String 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
VendorProperties.Builder vendorWorkerIpAddress(String 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
VendorProperties.Builder vendorAdditionalFixedProperties(String 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.
-
-