Interface TemplateConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<TemplateConfiguration.Builder,TemplateConfiguration>,SdkBuilder<TemplateConfiguration.Builder,TemplateConfiguration>,SdkPojo
- Enclosing class:
- TemplateConfiguration
public static interface TemplateConfiguration.Builder extends SdkPojo, CopyableBuilder<TemplateConfiguration.Builder,TemplateConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TemplateConfiguration.Buildertemplate(Document template)The template schema used for the data source, where templates schemas are supported.-
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
-
template
TemplateConfiguration.Builder template(Document template)
The template schema used for the data source, where templates schemas are supported.
- Parameters:
template- The template schema used for the data source, where templates schemas are supported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-