@Stability(value=Stable) public static final class CfnResourceAssociationProps.Builder extends Object implements software.amazon.jsii.Builder<CfnResourceAssociationProps>
CfnResourceAssociationProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnResourceAssociationProps.Builder |
application(String application)
Sets the value of
CfnResourceAssociationProps.getApplication() |
CfnResourceAssociationProps |
build()
Builds the configured instance.
|
CfnResourceAssociationProps.Builder |
resource(String resource)
Sets the value of
CfnResourceAssociationProps.getResource() |
CfnResourceAssociationProps.Builder |
resourceType(String resourceType)
Sets the value of
CfnResourceAssociationProps.getResourceType() |
@Stability(value=Stable) public CfnResourceAssociationProps.Builder application(String application)
CfnResourceAssociationProps.getApplication()application - The name or ID of the application. This parameter is required.this@Stability(value=Stable) public CfnResourceAssociationProps.Builder resource(String resource)
CfnResourceAssociationProps.getResource()resource - The name or ID of the resource of which the application will be associated. This parameter is required.this@Stability(value=Stable) public CfnResourceAssociationProps.Builder resourceType(String resourceType)
CfnResourceAssociationProps.getResourceType()resourceType - The type of resource of which the application will be associated. This parameter is required.
Possible values: CFN_STACK.this@Stability(value=Stable) public CfnResourceAssociationProps build()
build in interface software.amazon.jsii.Builder<CfnResourceAssociationProps>CfnResourceAssociationPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.