public static interface ConfluenceBlogConfiguration.Builder extends SdkPojo, CopyableBuilder<ConfluenceBlogConfiguration.Builder,ConfluenceBlogConfiguration>
| Modifier and Type | Method and Description |
|---|---|
ConfluenceBlogConfiguration.Builder |
blogFieldMappings(Collection<ConfluenceBlogToIndexFieldMapping> blogFieldMappings)
Defines how blog metadata fields should be mapped to index fields.
|
ConfluenceBlogConfiguration.Builder |
blogFieldMappings(ConfluenceBlogToIndexFieldMapping... blogFieldMappings)
Defines how blog metadata fields should be mapped to index fields.
|
ConfluenceBlogConfiguration.Builder |
blogFieldMappings(Consumer<ConfluenceBlogToIndexFieldMapping.Builder>... blogFieldMappings)
Defines how blog metadata fields should be mapped to index fields.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildConfluenceBlogConfiguration.Builder blogFieldMappings(Collection<ConfluenceBlogToIndexFieldMapping> blogFieldMappings)
Defines how blog 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 BlogFieldMappings parameter, you must specify at least one field mapping.
blogFieldMappings - Defines how blog 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 BlogFieldMappings parameter, you must specify at least one field
mapping.
ConfluenceBlogConfiguration.Builder blogFieldMappings(ConfluenceBlogToIndexFieldMapping... blogFieldMappings)
Defines how blog 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 BlogFieldMappings parameter, you must specify at least one field mapping.
blogFieldMappings - Defines how blog 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 BlogFieldMappings parameter, you must specify at least one field
mapping.
ConfluenceBlogConfiguration.Builder blogFieldMappings(Consumer<ConfluenceBlogToIndexFieldMapping.Builder>... blogFieldMappings)
Defines how blog 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 BlogFieldMappings 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 #blogFieldMappings(List) .blogFieldMappings - a consumer that will call methods on List.Builder #blogFieldMappings(List) Copyright © 2021. All rights reserved.