@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 - `AWS::ServiceCatalogAppRegistry::ResourceAssociation.Application`. This parameter is required.this@Stability(value=Stable) public CfnResourceAssociationProps.Builder resource(String resource)
CfnResourceAssociationProps.getResource()resource - `AWS::ServiceCatalogAppRegistry::ResourceAssociation.Resource`. This parameter is required.this@Stability(value=Stable) public CfnResourceAssociationProps.Builder resourceType(String resourceType)
CfnResourceAssociationProps.getResourceType()resourceType - `AWS::ServiceCatalogAppRegistry::ResourceAssociation.ResourceType`. This parameter is required.this@Stability(value=Stable) public CfnResourceAssociationProps build()
build in interface software.amazon.jsii.Builder<CfnResourceAssociationProps>CfnResourceAssociationPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.