@Stability(value=Stable) public static final class CfnAssistantAssociationProps.Builder extends Object implements software.amazon.jsii.Builder<CfnAssistantAssociationProps>
CfnAssistantAssociationProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnAssistantAssociationProps.Builder |
assistantId(String assistantId)
Sets the value of
CfnAssistantAssociationProps.getAssistantId() |
CfnAssistantAssociationProps.Builder |
association(CfnAssistantAssociation.AssociationDataProperty association)
Sets the value of
CfnAssistantAssociationProps.getAssociation() |
CfnAssistantAssociationProps.Builder |
association(IResolvable association)
Sets the value of
CfnAssistantAssociationProps.getAssociation() |
CfnAssistantAssociationProps.Builder |
associationType(String associationType)
Sets the value of
CfnAssistantAssociationProps.getAssociationType() |
CfnAssistantAssociationProps |
build()
Builds the configured instance.
|
CfnAssistantAssociationProps.Builder |
tags(List<? extends CfnTag> tags)
Sets the value of
CfnAssistantAssociationProps.getTags() |
@Stability(value=Stable) public CfnAssistantAssociationProps.Builder assistantId(String assistantId)
CfnAssistantAssociationProps.getAssistantId()assistantId - The identifier of the Wisdom assistant. This parameter is required.this@Stability(value=Stable) public CfnAssistantAssociationProps.Builder association(CfnAssistantAssociation.AssociationDataProperty association)
CfnAssistantAssociationProps.getAssociation()association - The identifier of the associated resource. This parameter is required.this@Stability(value=Stable) public CfnAssistantAssociationProps.Builder association(IResolvable association)
CfnAssistantAssociationProps.getAssociation()association - The identifier of the associated resource. This parameter is required.this@Stability(value=Stable) public CfnAssistantAssociationProps.Builder associationType(String associationType)
CfnAssistantAssociationProps.getAssociationType()associationType - The type of association. This parameter is required.this@Stability(value=Stable) public CfnAssistantAssociationProps.Builder tags(List<? extends CfnTag> tags)
CfnAssistantAssociationProps.getTags()tags - The tags used to organize, track, or control access for this resource.this@Stability(value=Stable) public CfnAssistantAssociationProps build()
build in interface software.amazon.jsii.Builder<CfnAssistantAssociationProps>CfnAssistantAssociationPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.