Class CfnAssistantAssociationPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.wisdom.CfnAssistantAssociationPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAssistantAssociationPropsMixin>
- Enclosing class:
CfnAssistantAssociationPropsMixin
@Stability(Stable)
public static final class CfnAssistantAssociationPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAssistantAssociationPropsMixin>
A fluent builder for
CfnAssistantAssociationPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionassistantId(String assistantId) The identifier of the Wisdom assistant.The identifier of the associated resource.association(IResolvable association) The identifier of the associated resource.associationType(String associationType) The type of association.build()create()create(CfnPropertyMixinOptions options) The tags used to organize, track, or control access for this resource.
-
Method Details
-
create
@Stability(Stable) public static CfnAssistantAssociationPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnAssistantAssociationPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnAssistantAssociationPropsMixin.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
@Stability(Stable) public CfnAssistantAssociationPropsMixin.Builder association(IResolvable 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 CfnAssistantAssociationPropsMixin.Builder association(CfnAssistantAssociationPropsMixin.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
@Stability(Stable) public CfnAssistantAssociationPropsMixin.Builder associationType(String associationType) The type of association.- Parameters:
associationType- The type of association. This parameter is required.- Returns:
this- See Also:
-
tags
@Stability(Stable) public CfnAssistantAssociationPropsMixin.Builder tags(List<? extends CfnTag> 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:
buildin interfacesoftware.amazon.jsii.Builder<CfnAssistantAssociationPropsMixin>- Returns:
- a newly built instance of
CfnAssistantAssociationPropsMixin.
-