Class CfnMeteredProduct.Builder
java.lang.Object
software.amazon.awscdk.services.deadline.CfnMeteredProduct.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnMeteredProduct>
- Enclosing class:
CfnMeteredProduct
@Stability(Stable)
public static final class CfnMeteredProduct.Builder
extends Object
implements software.amazon.jsii.Builder<CfnMeteredProduct>
A fluent builder for
CfnMeteredProduct.-
Method Summary
Modifier and TypeMethodDescriptionbuild()static CfnMeteredProduct.BuilderlicenseEndpointId(String licenseEndpointId) The Amazon EC2 identifier of the license endpoint.The product ID.
-
Method Details
-
create
@Stability(Stable) public static CfnMeteredProduct.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnMeteredProduct.Builder.
-
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<CfnMeteredProduct>- Returns:
- a newly built instance of
CfnMeteredProduct.
-