Interface TemplateSyncConfig.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<TemplateSyncConfig.Builder,,TemplateSyncConfig> SdkBuilder<TemplateSyncConfig.Builder,,TemplateSyncConfig> SdkPojo
- Enclosing class:
TemplateSyncConfig
public static interface TemplateSyncConfig.Builder
extends SdkPojo, CopyableBuilder<TemplateSyncConfig.Builder,TemplateSyncConfig>
-
Method Summary
Modifier and TypeMethodDescriptionThe repository branch.repositoryName(String repositoryName) The repository name (for example,myrepos/myrepo).repositoryProvider(String repositoryProvider) The repository provider.repositoryProvider(RepositoryProvider repositoryProvider) The repository provider.subdirectory(String subdirectory) A subdirectory path to your template bundle version.templateName(String templateName) The template name.templateType(String templateType) The template type.templateType(TemplateType templateType) The template type.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
branch
The repository branch.
- Parameters:
branch- The repository branch.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
repositoryName
The repository name (for example,
myrepos/myrepo).- Parameters:
repositoryName- The repository name (for example,myrepos/myrepo).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
repositoryProvider
The repository provider.
- Parameters:
repositoryProvider- The repository provider.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
repositoryProvider
The repository provider.
- Parameters:
repositoryProvider- The repository provider.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
subdirectory
A subdirectory path to your template bundle version.
- Parameters:
subdirectory- A subdirectory path to your template bundle version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
templateName
The template name.
- Parameters:
templateName- The template name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
templateType
The template type.
- Parameters:
templateType- The template type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
templateType
The template type.
- Parameters:
templateType- The template type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-