@Generated(value="software.amazon.awssdk:codegen") public final class ConfluenceBlogConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ConfluenceBlogConfiguration.Builder,ConfluenceBlogConfiguration>
Specifies the blog settings for the Confluence data source. Blogs are always indexed unless filtered from the index
by the ExclusionPatterns or InclusionPatterns fields in the
ConfluenceConfiguration type.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ConfluenceBlogConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
List<ConfluenceBlogToIndexFieldMapping> |
blogFieldMappings()
Defines how blog metadata fields should be mapped to index fields.
|
static ConfluenceBlogConfiguration.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasBlogFieldMappings()
Returns true if the BlogFieldMappings property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ConfluenceBlogConfiguration.Builder> |
serializableBuilderClass() |
ConfluenceBlogConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final boolean hasBlogFieldMappings()
public final List<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.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasBlogFieldMappings() to see if a value was sent in this field.
UpdateIndex
operation.
If you specify the BlogFieldMappings parameter, you must specify at least one field mapping.
public ConfluenceBlogConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ConfluenceBlogConfiguration.Builder,ConfluenceBlogConfiguration>public static ConfluenceBlogConfiguration.Builder builder()
public static Class<? extends ConfluenceBlogConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.