Interface ListSyncConfigurationsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CodeConnectionsRequest.Builder
,CopyableBuilder<ListSyncConfigurationsRequest.Builder,
,ListSyncConfigurationsRequest> SdkBuilder<ListSyncConfigurationsRequest.Builder,
,ListSyncConfigurationsRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ListSyncConfigurationsRequest
@Mutable
@NotThreadSafe
public static interface ListSyncConfigurationsRequest.Builder
extends CodeConnectionsRequest.Builder, SdkPojo, CopyableBuilder<ListSyncConfigurationsRequest.Builder,ListSyncConfigurationsRequest>
-
Method Summary
Modifier and TypeMethodDescriptionmaxResults
(Integer maxResults) A non-zero, non-negative integer used to limit the number of returned results.An enumeration token that allows the operation to batch the results of the operation.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.repositoryLinkId
(String repositoryLinkId) The ID of the repository link for the requested list of sync configurations.The sync type for the requested list of sync configurations.syncType
(SyncConfigurationType syncType) The sync type for the requested list of sync configurations.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.services.codeconnections.model.CodeConnectionsRequest.Builder
build
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, sdkFieldNameToField, sdkFields
-
Method Details
-
maxResults
A non-zero, non-negative integer used to limit the number of returned results.
- Parameters:
maxResults
- A non-zero, non-negative integer used to limit the number of returned results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
An enumeration token that allows the operation to batch the results of the operation.
- Parameters:
nextToken
- An enumeration token that allows the operation to batch the results of the operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
repositoryLinkId
The ID of the repository link for the requested list of sync configurations.
- Parameters:
repositoryLinkId
- The ID of the repository link for the requested list of sync configurations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
syncType
The sync type for the requested list of sync configurations.
- Parameters:
syncType
- The sync type for the requested list of sync configurations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
syncType
The sync type for the requested list of sync configurations.
- Parameters:
syncType
- The sync type for the requested list of sync configurations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
ListSyncConfigurationsRequest.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
ListSyncConfigurationsRequest.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.
-