Interface ListRepositorySyncDefinitionsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListRepositorySyncDefinitionsRequest.Builder,,ListRepositorySyncDefinitionsRequest> ProtonRequest.Builder,SdkBuilder<ListRepositorySyncDefinitionsRequest.Builder,,ListRepositorySyncDefinitionsRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
ListRepositorySyncDefinitionsRequest
public static interface ListRepositorySyncDefinitionsRequest.Builder
extends ProtonRequest.Builder, SdkPojo, CopyableBuilder<ListRepositorySyncDefinitionsRequest.Builder,ListRepositorySyncDefinitionsRequest>
-
Method Summary
Modifier and TypeMethodDescriptionA token that indicates the location of the next repository sync definition in the array of repository sync definitions, after the list of repository sync definitions previously requested.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.repositoryProvider(String repositoryProvider) The repository provider.repositoryProvider(RepositoryProvider repositoryProvider) The repository provider.The sync type.The sync type.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.proton.model.ProtonRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
nextToken
A token that indicates the location of the next repository sync definition in the array of repository sync definitions, after the list of repository sync definitions previously requested.
- Parameters:
nextToken- A token that indicates the location of the next repository sync definition in the array of repository sync definitions, after the list of repository sync definitions previously requested.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
repositoryName
The repository name.
- Parameters:
repositoryName- The repository name.- 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
ListRepositorySyncDefinitionsRequest.Builder repositoryProvider(RepositoryProvider 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:
-
syncType
The sync type. The only supported value is
TEMPLATE_SYNC.- Parameters:
syncType- The sync type. The only supported value isTEMPLATE_SYNC.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
syncType
The sync type. The only supported value is
TEMPLATE_SYNC.- Parameters:
syncType- The sync type. The only supported value isTEMPLATE_SYNC.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
ListRepositorySyncDefinitionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListRepositorySyncDefinitionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-