Class CfnMeteredProductMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.deadline.CfnMeteredProductMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnMeteredProductMixinProps>
- Enclosing interface:
CfnMeteredProductMixinProps
@Stability(Stable)
public static final class CfnMeteredProductMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnMeteredProductMixinProps>
A builder for
CfnMeteredProductMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.licenseEndpointId(String licenseEndpointId) Sets the value ofCfnMeteredProductMixinProps.getLicenseEndpointId()Sets the value ofCfnMeteredProductMixinProps.getProductId()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
licenseEndpointId
@Stability(Stable) public CfnMeteredProductMixinProps.Builder licenseEndpointId(String licenseEndpointId) Sets the value ofCfnMeteredProductMixinProps.getLicenseEndpointId()- Parameters:
licenseEndpointId- The Amazon EC2 identifier of the license endpoint.- Returns:
this
-
productId
Sets the value ofCfnMeteredProductMixinProps.getProductId()- Parameters:
productId- The product ID.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnMeteredProductMixinProps>- Returns:
- a new instance of
CfnMeteredProductMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-