Interface CreateTemplateSyncConfigRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<CreateTemplateSyncConfigRequest.Builder,
,CreateTemplateSyncConfigRequest> ProtonRequest.Builder
,SdkBuilder<CreateTemplateSyncConfigRequest.Builder,
,CreateTemplateSyncConfigRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
CreateTemplateSyncConfigRequest
public static interface CreateTemplateSyncConfigRequest.Builder
extends ProtonRequest.Builder, SdkPojo, CopyableBuilder<CreateTemplateSyncConfigRequest.Builder,CreateTemplateSyncConfigRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe repository branch for your template.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.repositoryName
(String repositoryName) The repository name (for example,myrepos/myrepo
).repositoryProvider
(String repositoryProvider) The provider type for your repository.repositoryProvider
(RepositoryProvider repositoryProvider) The provider type for your repository.subdirectory
(String subdirectory) A repository subdirectory path to your template bundle directory.templateName
(String templateName) The name of your registered template.templateType
(String templateType) The type of the registered template.templateType
(TemplateType templateType) The type of the registered template.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.proton.model.ProtonRequest.Builder
build
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
-
branch
The repository branch for your template.
- Parameters:
branch
- The repository branch for your template.- 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 provider type for your repository.
- Parameters:
repositoryProvider
- The provider type for your repository.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
repositoryProvider
The provider type for your repository.
- Parameters:
repositoryProvider
- The provider type for your repository.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
subdirectory
A repository subdirectory path to your template bundle directory. When included, Proton limits the template bundle search to this repository directory.
- Parameters:
subdirectory
- A repository subdirectory path to your template bundle directory. When included, Proton limits the template bundle search to this repository directory.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
templateName
The name of your registered template.
- Parameters:
templateName
- The name of your registered template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
templateType
The type of the registered template.
- Parameters:
templateType
- The type of the registered template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
templateType
The type of the registered template.
- Parameters:
templateType
- The type of the registered template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
CreateTemplateSyncConfigRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
CreateTemplateSyncConfigRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-