Interface ListRepositorySyncDefinitionsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListRepositorySyncDefinitionsRequest.Builder,
,ListRepositorySyncDefinitionsRequest> ProtonRequest.Builder
,SdkBuilder<ListRepositorySyncDefinitionsRequest.Builder,
,ListRepositorySyncDefinitionsRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ListRepositorySyncDefinitionsRequest
@Mutable
@NotThreadSafe
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
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, sdkFieldNameToField, 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.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
ListRepositorySyncDefinitionsRequest.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.
-