@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ConfluenceBlogConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
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 data type.
Constructor and Description |
---|
ConfluenceBlogConfiguration() |
Modifier and Type | Method and Description |
---|---|
ConfluenceBlogConfiguration |
clone() |
boolean |
equals(Object obj) |
List<ConfluenceBlogToIndexFieldMapping> |
getBlogFieldMappings()
Defines how blog metadata fields should be mapped to index fields.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setBlogFieldMappings(Collection<ConfluenceBlogToIndexFieldMapping> blogFieldMappings)
Defines how blog metadata fields should be mapped to index fields.
|
String |
toString()
Returns a string representation of this object.
|
ConfluenceBlogConfiguration |
withBlogFieldMappings(Collection<ConfluenceBlogToIndexFieldMapping> blogFieldMappings)
Defines how blog metadata fields should be mapped to index fields.
|
ConfluenceBlogConfiguration |
withBlogFieldMappings(ConfluenceBlogToIndexFieldMapping... blogFieldMappings)
Defines how blog metadata fields should be mapped to index fields.
|
public List<ConfluenceBlogToIndexFieldMapping> getBlogFieldMappings()
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.
UpdateIndex
operation.
If you specify the BlogFieldMappings
parameter, you must specify at least one field mapping.
public void setBlogFieldMappings(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.
public ConfluenceBlogConfiguration withBlogFieldMappings(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.
NOTE: This method appends the values to the existing list (if any). Use
setBlogFieldMappings(java.util.Collection)
or withBlogFieldMappings(java.util.Collection)
if
you want to override the existing values.
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.
public ConfluenceBlogConfiguration withBlogFieldMappings(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.
public String toString()
toString
in class Object
Object.toString()
public ConfluenceBlogConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.