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
Modifier and TypeMethodDescriptionThe 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 Details
-
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.
-