@Stability(value=Stable) public static final class CfnAssistantAssociation.Builder extends Object implements software.amazon.jsii.Builder<CfnAssistantAssociation>
CfnAssistantAssociation.| Modifier and Type | Method and Description |
|---|---|
CfnAssistantAssociation.Builder |
assistantId(String assistantId)
The identifier of the Wisdom assistant.
|
CfnAssistantAssociation.Builder |
association(CfnAssistantAssociation.AssociationDataProperty association)
The identifier of the associated resource.
|
CfnAssistantAssociation.Builder |
association(IResolvable association)
The identifier of the associated resource.
|
CfnAssistantAssociation.Builder |
associationType(String associationType)
The type of association.
|
CfnAssistantAssociation |
build() |
static CfnAssistantAssociation.Builder |
create(software.constructs.Construct scope,
String id) |
CfnAssistantAssociation.Builder |
tags(List<? extends CfnTag> tags)
The tags used to organize, track, or control access for this resource.
|
@Stability(value=Stable) public static CfnAssistantAssociation.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnAssistantAssociation.AssociationDataProperty.Builder.@Stability(value=Stable) public CfnAssistantAssociation.Builder assistantId(String assistantId)
assistantId - The identifier of the Wisdom assistant. This parameter is required.this@Stability(value=Stable) public CfnAssistantAssociation.Builder association(CfnAssistantAssociation.AssociationDataProperty association)
association - The identifier of the associated resource. This parameter is required.this@Stability(value=Stable) public CfnAssistantAssociation.Builder association(IResolvable association)
association - The identifier of the associated resource. This parameter is required.this@Stability(value=Stable) public CfnAssistantAssociation.Builder associationType(String associationType)
associationType - The type of association. This parameter is required.this@Stability(value=Stable) public CfnAssistantAssociation.Builder tags(List<? extends CfnTag> tags)
tags - The tags used to organize, track, or control access for this resource. This parameter is required.this@Stability(value=Stable) public CfnAssistantAssociation build()
build in interface software.amazon.jsii.Builder<CfnAssistantAssociation>Copyright © 2022. All rights reserved.