Interface RenderingConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RenderingConfiguration.Builder,RenderingConfiguration>,SdkBuilder<RenderingConfiguration.Builder,RenderingConfiguration>,SdkPojo
- Enclosing class:
- RenderingConfiguration
public static interface RenderingConfiguration.Builder extends SdkPojo, CopyableBuilder<RenderingConfiguration.Builder,RenderingConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RenderingConfiguration.BuildertemplateUri(String templateUri)A URI template containing exactly one variable in${variableName}format.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
templateUri
RenderingConfiguration.Builder templateUri(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.
- Parameters:
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:
- Returns a reference to this object so that method calls can be chained together.
-
-
-