Class CfnAssistantAssociation.Builder
java.lang.Object
software.amazon.awscdk.services.wisdom.CfnAssistantAssociation.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAssistantAssociation>
- Enclosing class:
CfnAssistantAssociation
@Stability(Stable)
public static final class CfnAssistantAssociation.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAssistantAssociation>
A fluent builder for
CfnAssistantAssociation
.-
Method Summary
Modifier and TypeMethodDescriptionassistantId
(String assistantId) The identifier of the Wisdom assistant.association
(IResolvable association) The identifier of the associated resource.The identifier of the associated resource.associationType
(String associationType) The type of association.build()
The tags used to organize, track, or control access for this resource.
-
Method Details
-
create
@Stability(Stable) public static CfnAssistantAssociation.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope
- Scope in which this resource is defined. This parameter is required.id
- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnAssistantAssociation.Builder
.
-
assistantId
The identifier of the Wisdom assistant.- Parameters:
assistantId
- The identifier of the Wisdom assistant. This parameter is required.- Returns:
this
- See Also:
-
association
The identifier of the associated resource.- Parameters:
association
- The identifier of the associated resource. This parameter is required.- Returns:
this
- See Also:
-
association
@Stability(Stable) public CfnAssistantAssociation.Builder association(CfnAssistantAssociation.AssociationDataProperty association) The identifier of the associated resource.- Parameters:
association
- The identifier of the associated resource. This parameter is required.- Returns:
this
- See Also:
-
associationType
The type of association.- Parameters:
associationType
- The type of association. This parameter is required.- Returns:
this
- See Also:
-
tags
The tags used to organize, track, or control access for this resource.- Parameters:
tags
- The tags used to organize, track, or control access for this resource. This parameter is required.- Returns:
this
- See Also:
-
build
- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnAssistantAssociation>
- Returns:
- a newly built instance of
CfnAssistantAssociation
.
-