@Stability(value=Stable) public static final class CfnServiceActionAssociation.Builder extends Object implements software.amazon.jsii.Builder<CfnServiceActionAssociation>
CfnServiceActionAssociation.| Modifier and Type | Method and Description |
|---|---|
CfnServiceActionAssociation |
build() |
static CfnServiceActionAssociation.Builder |
create(software.constructs.Construct scope,
String id) |
CfnServiceActionAssociation.Builder |
productId(String productId)
The product identifier.
|
CfnServiceActionAssociation.Builder |
provisioningArtifactId(String provisioningArtifactId)
The identifier of the provisioning artifact.
|
CfnServiceActionAssociation.Builder |
serviceActionId(String serviceActionId)
The self-service action identifier.
|
@Stability(value=Stable) public static CfnServiceActionAssociation.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnServiceActionAssociation.Builder.@Stability(value=Stable) public CfnServiceActionAssociation.Builder productId(String productId)
For example, prod-abcdzk7xy33qa .
productId - The product identifier. This parameter is required.this@Stability(value=Stable) public CfnServiceActionAssociation.Builder provisioningArtifactId(String provisioningArtifactId)
For example, pa-4abcdjnxjj6ne .
provisioningArtifactId - The identifier of the provisioning artifact. This parameter is required.this@Stability(value=Stable) public CfnServiceActionAssociation.Builder serviceActionId(String serviceActionId)
For example, act-fs7abcd89wxyz .
serviceActionId - The self-service action identifier. This parameter is required.this@Stability(value=Stable) public CfnServiceActionAssociation build()
build in interface software.amazon.jsii.Builder<CfnServiceActionAssociation>Copyright © 2022. All rights reserved.