Class RenderingConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.qconnect.model.RenderingConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<RenderingConfiguration.Builder,RenderingConfiguration>
@Generated("software.amazon.awssdk:codegen") public final class RenderingConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RenderingConfiguration.Builder,RenderingConfiguration>
Information about how to render the content.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceRenderingConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RenderingConfiguration.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends RenderingConfiguration.Builder>serializableBuilderClass()StringtemplateUri()A URI template containing exactly one variable in${variableName}format.RenderingConfiguration.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
templateUri
public final String templateUri()
A URI template containing exactly one variable in
${variableName}format. This can only be set forEXTERNALknowledge bases. For Salesforce, ServiceNow, and Zendesk, the variable must be one of the following:-
Salesforce:
Id,ArticleNumber,VersionNumber,Title,PublishStatus, orIsDeleted -
ServiceNow:
number,short_description,sys_mod_count,workflow_state, oractive -
Zendesk:
id,title,updated_at, ordraft
The variable is replaced with the actual value for a piece of content when calling GetContent.
- Returns:
- A URI template containing exactly one variable in
${variableName}format. This can only be set forEXTERNALknowledge bases. For Salesforce, ServiceNow, and Zendesk, the variable must be one of the following:-
Salesforce:
Id,ArticleNumber,VersionNumber,Title,PublishStatus, orIsDeleted -
ServiceNow:
number,short_description,sys_mod_count,workflow_state, oractive -
Zendesk:
id,title,updated_at, ordraft
The variable is replaced with the actual value for a piece of content when calling GetContent.
-
-
-
toBuilder
public RenderingConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<RenderingConfiguration.Builder,RenderingConfiguration>
-
builder
public static RenderingConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends RenderingConfiguration.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-