public static interface ConfluencePageConfiguration.Builder extends SdkPojo, CopyableBuilder<ConfluencePageConfiguration.Builder,ConfluencePageConfiguration>
| Modifier and Type | Method and Description |
|---|---|
ConfluencePageConfiguration.Builder |
pageFieldMappings(Collection<ConfluencePageToIndexFieldMapping> pageFieldMappings)
Defines how page metadata fields should be mapped to index fields.
|
ConfluencePageConfiguration.Builder |
pageFieldMappings(ConfluencePageToIndexFieldMapping... pageFieldMappings)
Defines how page metadata fields should be mapped to index fields.
|
ConfluencePageConfiguration.Builder |
pageFieldMappings(Consumer<ConfluencePageToIndexFieldMapping.Builder>... pageFieldMappings)
Defines how page metadata fields should be mapped to index fields.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildConfluencePageConfiguration.Builder pageFieldMappings(Collection<ConfluencePageToIndexFieldMapping> pageFieldMappings)
Defines how page metadata fields should be mapped to index fields. Before you can map a field, you must first
create an index field with a matching type using the console or the UpdateIndex operation.
If you specify the PageFieldMappings parameter, you must specify at least one field mapping.
pageFieldMappings - Defines how page metadata fields should be mapped to index fields. Before you can map a field, you
must first create an index field with a matching type using the console or the
UpdateIndex operation.
If you specify the PageFieldMappings parameter, you must specify at least one field
mapping.
ConfluencePageConfiguration.Builder pageFieldMappings(ConfluencePageToIndexFieldMapping... pageFieldMappings)
Defines how page metadata fields should be mapped to index fields. Before you can map a field, you must first
create an index field with a matching type using the console or the UpdateIndex operation.
If you specify the PageFieldMappings parameter, you must specify at least one field mapping.
pageFieldMappings - Defines how page metadata fields should be mapped to index fields. Before you can map a field, you
must first create an index field with a matching type using the console or the
UpdateIndex operation.
If you specify the PageFieldMappings parameter, you must specify at least one field
mapping.
ConfluencePageConfiguration.Builder pageFieldMappings(Consumer<ConfluencePageToIndexFieldMapping.Builder>... pageFieldMappings)
Defines how page metadata fields should be mapped to index fields. Before you can map a field, you must first
create an index field with a matching type using the console or the UpdateIndex operation.
If you specify the PageFieldMappings parameter, you must specify at least one field mapping.
List.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is
called immediately and its result is passed to #pageFieldMappings(List) .pageFieldMappings - a consumer that will call methods on List.Builder #pageFieldMappings(List) Copyright © 2021. All rights reserved.