public static final class CfnAssistantAssociation.Builder
extends java.lang.Object
CfnAssistantAssociation
.Modifier and Type | Method and Description |
---|---|
CfnAssistantAssociation.Builder |
assistantId(java.lang.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(java.lang.String associationType)
The type of association.
|
CfnAssistantAssociation |
build() |
static CfnAssistantAssociation.Builder |
create(Construct scope,
java.lang.String id) |
CfnAssistantAssociation.Builder |
tags(java.util.List<? extends CfnTag> tags)
The tags used to organize, track, or control access for this resource.
|
public static CfnAssistantAssociation.Builder create(Construct scope, java.lang.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
.public CfnAssistantAssociation.Builder assistantId(java.lang.String assistantId)
assistantId
- The identifier of the Wisdom assistant. This parameter is required.this
public CfnAssistantAssociation.Builder association(IResolvable association)
association
- The identifier of the associated resource. This parameter is required.this
public CfnAssistantAssociation.Builder association(CfnAssistantAssociation.AssociationDataProperty association)
association
- The identifier of the associated resource. This parameter is required.this
public CfnAssistantAssociation.Builder associationType(java.lang.String associationType)
associationType
- The type of association. This parameter is required.this
public CfnAssistantAssociation.Builder tags(java.util.List<? extends CfnTag> tags)
tags
- The tags used to organize, track, or control access for this resource. This parameter is required.this
public CfnAssistantAssociation build()