@Stability(value=Stable) public static final class CfnResourceAssociation.Builder extends Object implements software.amazon.jsii.Builder<CfnResourceAssociation>
CfnResourceAssociation.| Modifier and Type | Method and Description |
|---|---|
CfnResourceAssociation.Builder |
application(String application)
The name or ID of the application.
|
CfnResourceAssociation |
build() |
static CfnResourceAssociation.Builder |
create(software.constructs.Construct scope,
String id) |
CfnResourceAssociation.Builder |
resource(String resource)
The name or ID of the resource of which the application will be associated.
|
CfnResourceAssociation.Builder |
resourceType(String resourceType)
The type of resource of which the application will be associated.
|
@Stability(value=Stable) public static CfnResourceAssociation.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.CfnResourceAssociation.Builder.@Stability(value=Stable) public CfnResourceAssociation.Builder application(String application)
application - The name or ID of the application. This parameter is required.this@Stability(value=Stable) public CfnResourceAssociation.Builder resource(String resource)
resource - The name or ID of the resource of which the application will be associated. This parameter is required.this@Stability(value=Stable) public CfnResourceAssociation.Builder resourceType(String resourceType)
Possible values: CFN_STACK.
resourceType - The type of resource of which the application will be associated. This parameter is required.this@Stability(value=Stable) public CfnResourceAssociation build()
build in interface software.amazon.jsii.Builder<CfnResourceAssociation>Copyright © 2022. All rights reserved.