Interface CfnCustomLineItem.PresentationDetailsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnCustomLineItem.PresentationDetailsProperty.Jsii$Proxy
- Enclosing class:
CfnCustomLineItem
@Stability(Stable)
public static interface CfnCustomLineItem.PresentationDetailsProperty
extends software.amazon.jsii.JsiiSerializable
An object that defines how custom line item charges are presented in the bill, containing specifications for service presentation.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.billingconductor.*;
PresentationDetailsProperty presentationDetailsProperty = PresentationDetailsProperty.builder()
.service("service")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnCustomLineItem.PresentationDetailsPropertystatic final classAn implementation forCfnCustomLineItem.PresentationDetailsProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The service under which the custom line item charges will be presented.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getService
The service under which the custom line item charges will be presented.Must be a string between 1 and 128 characters matching the pattern
^[a-zA-Z0-9]+$.- See Also:
-
builder
-