Class CfnResourceAssociationPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.servicecatalogappregistry.CfnResourceAssociationPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnResourceAssociationPropsMixin>
- Enclosing class:
CfnResourceAssociationPropsMixin
@Stability(Stable)
public static final class CfnResourceAssociationPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnResourceAssociationPropsMixin>
A fluent builder for
CfnResourceAssociationPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionapplication(String application) The name or ID of the application.build()create()create(CfnPropertyMixinOptions options) The name or ID of the resource of which the application will be associated.resourceType(String resourceType) The type of resource of which the application will be associated.
-
Method Details
-
create
@Stability(Stable) public static CfnResourceAssociationPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnResourceAssociationPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnResourceAssociationPropsMixin.Builder.
-
application
The name or ID of the application.- Parameters:
application- The name or ID of the application. This parameter is required.- Returns:
this- See Also:
-
resource
The name or ID of the resource of which the application will be associated.- Parameters:
resource- The name or ID of the resource of which the application will be associated. This parameter is required.- Returns:
this- See Also:
-
resourceType
@Stability(Stable) public CfnResourceAssociationPropsMixin.Builder resourceType(String resourceType) The type of resource of which the application will be associated.- Parameters:
resourceType- The type of resource of which the application will be associated. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnResourceAssociationPropsMixin>- Returns:
- a newly built instance of
CfnResourceAssociationPropsMixin.
-