Struct aws_sdk_wisdom::model::rendering_configuration::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for RenderingConfiguration
Implementations
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
, orIsDeleted
-
ServiceNow:
number
,short_description
,sys_mod_count
,workflow_state
, oractive
The variable is replaced with the actual value for a piece of content when calling GetContent.
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
, orIsDeleted
-
ServiceNow:
number
,short_description
,sys_mod_count
,workflow_state
, oractive
The variable is replaced with the actual value for a piece of content when calling GetContent.
Consumes the builder and constructs a RenderingConfiguration
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more