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