Interface ProcurementPortalPreferenceSelector.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ProcurementPortalPreferenceSelector.Builder,,ProcurementPortalPreferenceSelector> SdkBuilder<ProcurementPortalPreferenceSelector.Builder,,ProcurementPortalPreferenceSelector> SdkPojo
- Enclosing class:
ProcurementPortalPreferenceSelector
@Mutable
@NotThreadSafe
public static interface ProcurementPortalPreferenceSelector.Builder
extends SdkPojo, CopyableBuilder<ProcurementPortalPreferenceSelector.Builder,ProcurementPortalPreferenceSelector>
-
Method Summary
Modifier and TypeMethodDescriptioninvoiceUnitArns(String... invoiceUnitArns) The Amazon Resource Name (ARN) of invoice unit identifiers to which this preference applies.invoiceUnitArns(Collection<String> invoiceUnitArns) The Amazon Resource Name (ARN) of invoice unit identifiers to which this preference applies.sellerOfRecords(String... sellerOfRecords) The list of seller of record IDs to which this preference applies.sellerOfRecords(Collection<String> sellerOfRecords) The list of seller of record IDs to which this preference applies.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
invoiceUnitArns
The Amazon Resource Name (ARN) of invoice unit identifiers to which this preference applies.
- Parameters:
invoiceUnitArns- The Amazon Resource Name (ARN) of invoice unit identifiers to which this preference applies.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
invoiceUnitArns
The Amazon Resource Name (ARN) of invoice unit identifiers to which this preference applies.
- Parameters:
invoiceUnitArns- The Amazon Resource Name (ARN) of invoice unit identifiers to which this preference applies.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sellerOfRecords
The list of seller of record IDs to which this preference applies.
- Parameters:
sellerOfRecords- The list of seller of record IDs to which this preference applies.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sellerOfRecords
The list of seller of record IDs to which this preference applies.
- Parameters:
sellerOfRecords- The list of seller of record IDs to which this preference applies.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-