Class CfnMeteredProductPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.deadline.CfnMeteredProductPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnMeteredProductPropsMixin>
- Enclosing class:
CfnMeteredProductPropsMixin
@Stability(Stable)
public static final class CfnMeteredProductPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnMeteredProductPropsMixin>
A fluent builder for
CfnMeteredProductPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) licenseEndpointId(String licenseEndpointId) The Amazon EC2 identifier of the license endpoint.The product ID.
-
Method Details
-
create
@Stability(Stable) public static CfnMeteredProductPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnMeteredProductPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnMeteredProductPropsMixin.Builder.
-
licenseEndpointId
@Stability(Stable) public CfnMeteredProductPropsMixin.Builder licenseEndpointId(String licenseEndpointId) The Amazon EC2 identifier of the license endpoint.- Parameters:
licenseEndpointId- The Amazon EC2 identifier of the license endpoint. This parameter is required.- Returns:
this- See Also:
-
productId
The product ID.- Parameters:
productId- The product ID. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnMeteredProductPropsMixin>- Returns:
- a newly built instance of
CfnMeteredProductPropsMixin.
-