@Stability(value=Stable)
public static interface CfnDataSource.SalesforceChatterFeedConfigurationProperty
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.kendra.*;
SalesforceChatterFeedConfigurationProperty salesforceChatterFeedConfigurationProperty = SalesforceChatterFeedConfigurationProperty.builder()
.documentDataFieldName("documentDataFieldName")
// the properties below are optional
.documentTitleFieldName("documentTitleFieldName")
.fieldMappings(List.of(DataSourceToIndexFieldMappingProperty.builder()
.dataSourceFieldName("dataSourceFieldName")
.indexFieldName("indexFieldName")
// the properties below are optional
.dateFieldFormat("dateFieldFormat")
.build()))
.includeFilterTypes(List.of("includeFilterTypes"))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDataSource.SalesforceChatterFeedConfigurationProperty.Builder
A builder for
CfnDataSource.SalesforceChatterFeedConfigurationProperty |
static class |
CfnDataSource.SalesforceChatterFeedConfigurationProperty.Jsii$Proxy
An implementation for
CfnDataSource.SalesforceChatterFeedConfigurationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDataSource.SalesforceChatterFeedConfigurationProperty.Builder |
builder() |
String |
getDocumentDataFieldName()
`CfnDataSource.SalesforceChatterFeedConfigurationProperty.DocumentDataFieldName`.
|
default String |
getDocumentTitleFieldName()
`CfnDataSource.SalesforceChatterFeedConfigurationProperty.DocumentTitleFieldName`.
|
default Object |
getFieldMappings()
`CfnDataSource.SalesforceChatterFeedConfigurationProperty.FieldMappings`.
|
default List<String> |
getIncludeFilterTypes()
`CfnDataSource.SalesforceChatterFeedConfigurationProperty.IncludeFilterTypes`.
|
@Stability(value=Stable) @NotNull String getDocumentDataFieldName()
@Stability(value=Stable) @Nullable default String getDocumentTitleFieldName()
@Stability(value=Stable) @Nullable default Object getFieldMappings()
@Stability(value=Stable) @Nullable default List<String> getIncludeFilterTypes()
@Stability(value=Stable) static CfnDataSource.SalesforceChatterFeedConfigurationProperty.Builder builder()
Copyright © 2021. All rights reserved.