Class ServiceActionAssociationReference.Builder
java.lang.Object
software.amazon.awscdk.interfaces.servicecatalog.ServiceActionAssociationReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<ServiceActionAssociationReference>
- Enclosing interface:
ServiceActionAssociationReference
@Stability(Stable)
public static final class ServiceActionAssociationReference.Builder
extends Object
implements software.amazon.jsii.Builder<ServiceActionAssociationReference>
A builder for
ServiceActionAssociationReference-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofServiceActionAssociationReference.getProductId()provisioningArtifactId(String provisioningArtifactId) Sets the value ofServiceActionAssociationReference.getProvisioningArtifactId()serviceActionId(String serviceActionId) Sets the value ofServiceActionAssociationReference.getServiceActionId()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
productId
Sets the value ofServiceActionAssociationReference.getProductId()- Parameters:
productId- The ProductId of the ServiceActionAssociation resource. This parameter is required.- Returns:
this
-
provisioningArtifactId
@Stability(Stable) public ServiceActionAssociationReference.Builder provisioningArtifactId(String provisioningArtifactId) Sets the value ofServiceActionAssociationReference.getProvisioningArtifactId()- Parameters:
provisioningArtifactId- The ProvisioningArtifactId of the ServiceActionAssociation resource. This parameter is required.- Returns:
this
-
serviceActionId
@Stability(Stable) public ServiceActionAssociationReference.Builder serviceActionId(String serviceActionId) Sets the value ofServiceActionAssociationReference.getServiceActionId()- Parameters:
serviceActionId- The ServiceActionId of the ServiceActionAssociation resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<ServiceActionAssociationReference>- Returns:
- a new instance of
ServiceActionAssociationReference - Throws:
NullPointerException- if any required attribute was not provided
-