Interface CfnProcurementPortalPreferencePropsMixin.TestEnvPreferenceProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnProcurementPortalPreferencePropsMixin.TestEnvPreferenceProperty.Jsii$Proxy
- Enclosing class:
CfnProcurementPortalPreferencePropsMixin
@Stability(Stable)
public static interface CfnProcurementPortalPreferencePropsMixin.TestEnvPreferenceProperty
extends software.amazon.jsii.JsiiSerializable
Configuration settings for the test environment of the procurement portal.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.invoicing.*;
TestEnvPreferenceProperty testEnvPreferenceProperty = TestEnvPreferenceProperty.builder()
.buyerDomain("buyerDomain")
.buyerIdentifier("buyerIdentifier")
.procurementPortalInstanceEndpoint("procurementPortalInstanceEndpoint")
.procurementPortalSharedSecret("procurementPortalSharedSecret")
.supplierDomain("supplierDomain")
.supplierIdentifier("supplierIdentifier")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnProcurementPortalPreferencePropsMixin.TestEnvPreferenceProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default StringThe domain identifier for the buyer in the test environment.default StringThe unique identifier for the buyer in the test environment.default StringThe endpoint URL for e-invoice delivery in the test environment.default StringThe shared secret for secure communication in the test environment.default StringThe domain identifier for the supplier in the test environment.default StringThe unique identifier for the supplier in the test environment.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getBuyerDomain
The domain identifier for the buyer in the test environment.- See Also:
-
getBuyerIdentifier
The unique identifier for the buyer in the test environment.- See Also:
-
getProcurementPortalInstanceEndpoint
The endpoint URL for e-invoice delivery in the test environment.- See Also:
-
getSupplierDomain
The domain identifier for the supplier in the test environment.- See Also:
-
getSupplierIdentifier
The unique identifier for the supplier in the test environment.- See Also:
-
builder
@Stability(Stable) static CfnProcurementPortalPreferencePropsMixin.TestEnvPreferenceProperty.Builder builder()
-