Class CfnServiceActionAssociationMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.servicecatalog.CfnServiceActionAssociationMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnServiceActionAssociationMixinProps>
- Enclosing interface:
CfnServiceActionAssociationMixinProps
@Stability(Stable)
public static final class CfnServiceActionAssociationMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnServiceActionAssociationMixinProps>
A builder for
CfnServiceActionAssociationMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnServiceActionAssociationMixinProps.getProductId()provisioningArtifactId(String provisioningArtifactId) Sets the value ofCfnServiceActionAssociationMixinProps.getProvisioningArtifactId()serviceActionId(String serviceActionId) Sets the value ofCfnServiceActionAssociationMixinProps.getServiceActionId()serviceActionId(IServiceActionRef serviceActionId) Sets the value ofCfnServiceActionAssociationMixinProps.getServiceActionId()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
productId
Sets the value ofCfnServiceActionAssociationMixinProps.getProductId()- Parameters:
productId- The product identifier. For example,prod-abcdzk7xy33qa.- Returns:
this
-
provisioningArtifactId
@Stability(Stable) public CfnServiceActionAssociationMixinProps.Builder provisioningArtifactId(String provisioningArtifactId) Sets the value ofCfnServiceActionAssociationMixinProps.getProvisioningArtifactId()- Parameters:
provisioningArtifactId- The identifier of the provisioning artifact. For example,pa-4abcdjnxjj6ne.- Returns:
this
-
serviceActionId
@Stability(Stable) public CfnServiceActionAssociationMixinProps.Builder serviceActionId(String serviceActionId) Sets the value ofCfnServiceActionAssociationMixinProps.getServiceActionId()- Parameters:
serviceActionId- The self-service action identifier. For example,act-fs7abcd89wxyz.- Returns:
this
-
serviceActionId
@Stability(Stable) public CfnServiceActionAssociationMixinProps.Builder serviceActionId(IServiceActionRef serviceActionId) Sets the value ofCfnServiceActionAssociationMixinProps.getServiceActionId()- Parameters:
serviceActionId- The self-service action identifier. For example,act-fs7abcd89wxyz.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnServiceActionAssociationMixinProps>- Returns:
- a new instance of
CfnServiceActionAssociationMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-