@Stability(value=Stable)
public static interface CfnKnowledgeBase.AppIntegrationsConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
// 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.*;
AppIntegrationsConfigurationProperty appIntegrationsConfigurationProperty = AppIntegrationsConfigurationProperty.builder()
.appIntegrationArn("appIntegrationArn")
.objectFields(List.of("objectFields"))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnKnowledgeBase.AppIntegrationsConfigurationProperty.Builder
A builder for
CfnKnowledgeBase.AppIntegrationsConfigurationProperty |
static class |
CfnKnowledgeBase.AppIntegrationsConfigurationProperty.Jsii$Proxy
An implementation for
CfnKnowledgeBase.AppIntegrationsConfigurationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnKnowledgeBase.AppIntegrationsConfigurationProperty.Builder |
builder() |
String |
getAppIntegrationArn()
`CfnKnowledgeBase.AppIntegrationsConfigurationProperty.AppIntegrationArn`.
|
List<String> |
getObjectFields()
`CfnKnowledgeBase.AppIntegrationsConfigurationProperty.ObjectFields`.
|
@Stability(value=Stable) @NotNull String getAppIntegrationArn()
@Stability(value=Stable) @NotNull List<String> getObjectFields()
@Stability(value=Stable) static CfnKnowledgeBase.AppIntegrationsConfigurationProperty.Builder builder()
Copyright © 2021. All rights reserved.