Class CfnServiceActionAssociation.Builder
java.lang.Object
software.amazon.awscdk.services.servicecatalog.CfnServiceActionAssociation.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnServiceActionAssociation>
- Enclosing class:
- CfnServiceActionAssociation
@Stability(Stable)
public static final class CfnServiceActionAssociation.Builder
extends Object
implements software.amazon.jsii.Builder<CfnServiceActionAssociation>
A fluent builder for
CfnServiceActionAssociation.-
Method Summary
Modifier and TypeMethodDescriptionbuild()The product identifier.provisioningArtifactId(String provisioningArtifactId) The identifier of the provisioning artifact.serviceActionId(String serviceActionId) The self-service action identifier.
-
Method Details
-
create
@Stability(Stable) public static CfnServiceActionAssociation.Builder create(Construct scope, String id) - Parameters:
scope-- scope in which this resource is defined.
id-- scoped id of the resource.
- Returns:
- a new instance of
CfnServiceActionAssociation.Builder.
-
productId
The product identifier.For example,
prod-abcdzk7xy33qa.- Parameters:
productId- The product identifier. This parameter is required.- Returns:
this
-
provisioningArtifactId
@Stability(Stable) public CfnServiceActionAssociation.Builder provisioningArtifactId(String provisioningArtifactId) The identifier of the provisioning artifact.For example,
pa-4abcdjnxjj6ne.- Parameters:
provisioningArtifactId- The identifier of the provisioning artifact. This parameter is required.- Returns:
this
-
serviceActionId
@Stability(Stable) public CfnServiceActionAssociation.Builder serviceActionId(String serviceActionId) The self-service action identifier.For example,
act-fs7abcd89wxyz.- Parameters:
serviceActionId- The self-service action identifier. This parameter is required.- Returns:
this
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnServiceActionAssociation>- Returns:
- a newly built instance of
CfnServiceActionAssociation.
-