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