@Stability(value=Stable)
public static interface CfnAssistantAssociation.AssociationDataProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.wisdom.*;
AssociationDataProperty associationDataProperty = AssociationDataProperty.builder()
.knowledgeBaseId("knowledgeBaseId")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnAssistantAssociation.AssociationDataProperty.Builder
A builder for
CfnAssistantAssociation.AssociationDataProperty |
static class |
CfnAssistantAssociation.AssociationDataProperty.Jsii$Proxy
An implementation for
CfnAssistantAssociation.AssociationDataProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnAssistantAssociation.AssociationDataProperty.Builder |
builder() |
String |
getKnowledgeBaseId()
The identifier of the knowledge base.
|
@Stability(value=Stable) @NotNull String getKnowledgeBaseId()
@Stability(value=Stable) static CfnAssistantAssociation.AssociationDataProperty.Builder builder()
Copyright © 2022. All rights reserved.