Class CfnCustomLineItem.PresentationDetailsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.billingconductor.CfnCustomLineItem.PresentationDetailsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnCustomLineItem.PresentationDetailsProperty>
- Enclosing interface:
CfnCustomLineItem.PresentationDetailsProperty
@Stability(Stable)
public static final class CfnCustomLineItem.PresentationDetailsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnCustomLineItem.PresentationDetailsProperty>
A builder for
CfnCustomLineItem.PresentationDetailsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnCustomLineItem.PresentationDetailsProperty.getService()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
service
@Stability(Stable) public CfnCustomLineItem.PresentationDetailsProperty.Builder service(String service) Sets the value ofCfnCustomLineItem.PresentationDetailsProperty.getService()- Parameters:
service- the value to be set. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnCustomLineItem.PresentationDetailsProperty>- Returns:
- a new instance of
CfnCustomLineItem.PresentationDetailsProperty - Throws:
NullPointerException- if any required attribute was not provided
-