Interface CfnProcurementPortalPreferencePropsMixin.ProcurementPortalPreferenceSelectorProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnProcurementPortalPreferencePropsMixin.ProcurementPortalPreferenceSelectorProperty.Jsii$Proxy
- Enclosing class:
CfnProcurementPortalPreferencePropsMixin
@Stability(Stable)
public static interface CfnProcurementPortalPreferencePropsMixin.ProcurementPortalPreferenceSelectorProperty
extends software.amazon.jsii.JsiiSerializable
Specifies criteria for selecting which invoices should be processed.
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.*;
ProcurementPortalPreferenceSelectorProperty procurementPortalPreferenceSelectorProperty = ProcurementPortalPreferenceSelectorProperty.builder()
.invoiceUnitArns(List.of("invoiceUnitArns"))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnProcurementPortalPreferencePropsMixin.ProcurementPortalPreferenceSelectorProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The Amazon Resource Name (ARN) of invoice unit identifiers to which this preference applies.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getInvoiceUnitArns
The Amazon Resource Name (ARN) of invoice unit identifiers to which this preference applies.- See Also:
-
builder
@Stability(Stable) static CfnProcurementPortalPreferencePropsMixin.ProcurementPortalPreferenceSelectorProperty.Builder builder()
-