Class CfnCustomLineItemPropsMixin.PresentationDetailsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.billingconductor.CfnCustomLineItemPropsMixin.PresentationDetailsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnCustomLineItemPropsMixin.PresentationDetailsProperty>
- Enclosing interface:
CfnCustomLineItemPropsMixin.PresentationDetailsProperty
@Stability(Stable)
public static final class CfnCustomLineItemPropsMixin.PresentationDetailsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnCustomLineItemPropsMixin.PresentationDetailsProperty>
A builder for
CfnCustomLineItemPropsMixin.PresentationDetailsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnCustomLineItemPropsMixin.PresentationDetailsProperty.getService()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
service
@Stability(Stable) public CfnCustomLineItemPropsMixin.PresentationDetailsProperty.Builder service(String service) Sets the value ofCfnCustomLineItemPropsMixin.PresentationDetailsProperty.getService()- Parameters:
service- 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]+$.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnCustomLineItemPropsMixin.PresentationDetailsProperty>- Returns:
- a new instance of
CfnCustomLineItemPropsMixin.PresentationDetailsProperty - Throws:
NullPointerException- if any required attribute was not provided
-