@Generated(value="software.amazon.awssdk:codegen") public final class SalesforceStandardObjectAttachmentConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SalesforceStandardObjectAttachmentConfiguration.Builder,SalesforceStandardObjectAttachmentConfiguration>
Provides configuration information for processing attachments to Salesforce standard objects.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SalesforceStandardObjectAttachmentConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SalesforceStandardObjectAttachmentConfiguration.Builder |
builder() |
String |
documentTitleFieldName()
The name of the field used for the document title.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
List<DataSourceToIndexFieldMapping> |
fieldMappings()
One or more objects that map fields in attachments to Amazon Kendra index fields.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasFieldMappings()
Returns true if the FieldMappings 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 SalesforceStandardObjectAttachmentConfiguration.Builder> |
serializableBuilderClass() |
SalesforceStandardObjectAttachmentConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String documentTitleFieldName()
The name of the field used for the document title.
public boolean hasFieldMappings()
public List<DataSourceToIndexFieldMapping> fieldMappings()
One or more objects that map fields in attachments to Amazon Kendra index fields.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasFieldMappings() to see if a value was sent in this field.
public SalesforceStandardObjectAttachmentConfiguration.Builder toBuilder()
public static SalesforceStandardObjectAttachmentConfiguration.Builder builder()
public static Class<? extends SalesforceStandardObjectAttachmentConfiguration.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.