Interface TestEnvPreference.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<TestEnvPreference.Builder,,TestEnvPreference> SdkBuilder<TestEnvPreference.Builder,,TestEnvPreference> SdkPojo
- Enclosing class:
TestEnvPreference
@Mutable
@NotThreadSafe
public static interface TestEnvPreference.Builder
extends SdkPojo, CopyableBuilder<TestEnvPreference.Builder,TestEnvPreference>
-
Method Summary
Modifier and TypeMethodDescriptionbuyerDomain(String buyerDomain) The domain identifier for the buyer in the test environment of the procurement portal.buyerDomain(BuyerDomain buyerDomain) The domain identifier for the buyer in the test environment of the procurement portal.buyerIdentifier(String buyerIdentifier) The unique identifier for the buyer in the test environment of the procurement portal.procurementPortalInstanceEndpoint(String procurementPortalInstanceEndpoint) The endpoint URL where e-invoices are delivered in the test environment.procurementPortalSharedSecret(String procurementPortalSharedSecret) The shared secret or authentication credential used for secure communication with the test environment.purchaseOrderRetrievalEndpoint(String purchaseOrderRetrievalEndpoint) The endpoint URL used for retrieving purchase orders in the test environment.supplierDomain(String supplierDomain) The domain identifier for the supplier in the test environment of the procurement portal.supplierDomain(SupplierDomain supplierDomain) The domain identifier for the supplier in the test environment of the procurement portal.supplierIdentifier(String supplierIdentifier) The unique identifier for the supplier in the test environment of the procurement portal.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
-
buyerDomain
The domain identifier for the buyer in the test environment of the procurement portal.
- Parameters:
buyerDomain- The domain identifier for the buyer in the test environment of the procurement portal.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
buyerDomain
The domain identifier for the buyer in the test environment of the procurement portal.
- Parameters:
buyerDomain- The domain identifier for the buyer in the test environment of the procurement portal.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
buyerIdentifier
The unique identifier for the buyer in the test environment of the procurement portal.
- Parameters:
buyerIdentifier- The unique identifier for the buyer in the test environment of the procurement portal.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
supplierDomain
The domain identifier for the supplier in the test environment of the procurement portal.
- Parameters:
supplierDomain- The domain identifier for the supplier in the test environment of the procurement portal.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
supplierDomain
The domain identifier for the supplier in the test environment of the procurement portal.
- Parameters:
supplierDomain- The domain identifier for the supplier in the test environment of the procurement portal.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
supplierIdentifier
The unique identifier for the supplier in the test environment of the procurement portal.
- Parameters:
supplierIdentifier- The unique identifier for the supplier in the test environment of the procurement portal.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
procurementPortalInstanceEndpoint
TestEnvPreference.Builder procurementPortalInstanceEndpoint(String procurementPortalInstanceEndpoint) The endpoint URL where e-invoices are delivered in the test environment.
- Parameters:
procurementPortalInstanceEndpoint- The endpoint URL where e-invoices are delivered in the test environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
purchaseOrderRetrievalEndpoint
The endpoint URL used for retrieving purchase orders in the test environment.
- Parameters:
purchaseOrderRetrievalEndpoint- The endpoint URL used for retrieving purchase orders in the test environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-