@Generated(value="software.amazon.awssdk:codegen") public final class RenderingConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RenderingConfiguration.Builder,RenderingConfiguration>
Information about how to render the content.
| Modifier and Type | Class and Description |
|---|---|
static interface |
RenderingConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
static RenderingConfiguration.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends RenderingConfiguration.Builder> |
serializableBuilderClass() |
String |
templateUri()
A URI template containing exactly one variable in
${variableName} format. |
RenderingConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String templateUri()
A URI template containing exactly one variable in ${variableName} format. This can only be set for
EXTERNAL knowledge bases. For Salesforce and ServiceNow, the variable must be one of the following:
Salesforce: Id, ArticleNumber, VersionNumber, Title,
PublishStatus, or IsDeleted
ServiceNow: number, short_description, sys_mod_count,
workflow_state, or active
<p>The variable is replaced with the actual value for a piece of content when calling <a href="https://docs.aws.amazon.com/wisdom/latest/APIReference/API_GetContent.html">GetContent</a>. </p>
${variableName} format. This can only be
set for EXTERNAL knowledge bases. For Salesforce and ServiceNow, the variable must be one of
the following:
Salesforce: Id, ArticleNumber, VersionNumber, Title,
PublishStatus, or IsDeleted
ServiceNow: number, short_description, sys_mod_count,
workflow_state, or active
<p>The variable is replaced with the actual value for a piece of content when calling <a href="https://docs.aws.amazon.com/wisdom/latest/APIReference/API_GetContent.html">GetContent</a>. </p> public RenderingConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RenderingConfiguration.Builder,RenderingConfiguration>public static RenderingConfiguration.Builder builder()
public static Class<? extends RenderingConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.