@Stability(value=Stable)
public static interface CfnDataSource.ConfluenceSpaceToIndexFieldMappingProperty
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.*;
ConfluenceSpaceToIndexFieldMappingProperty confluenceSpaceToIndexFieldMappingProperty = ConfluenceSpaceToIndexFieldMappingProperty.builder()
.dataSourceFieldName("dataSourceFieldName")
.indexFieldName("indexFieldName")
// the properties below are optional
.dateFieldFormat("dateFieldFormat")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDataSource.ConfluenceSpaceToIndexFieldMappingProperty.Builder
A builder for
CfnDataSource.ConfluenceSpaceToIndexFieldMappingProperty |
static class |
CfnDataSource.ConfluenceSpaceToIndexFieldMappingProperty.Jsii$Proxy
An implementation for
CfnDataSource.ConfluenceSpaceToIndexFieldMappingProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDataSource.ConfluenceSpaceToIndexFieldMappingProperty.Builder |
builder() |
String |
getDataSourceFieldName()
`CfnDataSource.ConfluenceSpaceToIndexFieldMappingProperty.DataSourceFieldName`.
|
default String |
getDateFieldFormat()
`CfnDataSource.ConfluenceSpaceToIndexFieldMappingProperty.DateFieldFormat`.
|
String |
getIndexFieldName()
`CfnDataSource.ConfluenceSpaceToIndexFieldMappingProperty.IndexFieldName`.
|
@Stability(value=Stable) @NotNull String getDataSourceFieldName()
@Stability(value=Stable) @Nullable default String getDateFieldFormat()
@Stability(value=Stable) @NotNull String getIndexFieldName()
@Stability(value=Stable) static CfnDataSource.ConfluenceSpaceToIndexFieldMappingProperty.Builder builder()
Copyright © 2021. All rights reserved.