Interface ListSyncConfigurationsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CodeStarConnectionsRequest.Builder,CopyableBuilder<ListSyncConfigurationsRequest.Builder,ListSyncConfigurationsRequest>,SdkBuilder<ListSyncConfigurationsRequest.Builder,ListSyncConfigurationsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListSyncConfigurationsRequest
public static interface ListSyncConfigurationsRequest.Builder extends CodeStarConnectionsRequest.Builder, SdkPojo, CopyableBuilder<ListSyncConfigurationsRequest.Builder,ListSyncConfigurationsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListSyncConfigurationsRequest.BuildermaxResults(Integer maxResults)A non-zero, non-negative integer used to limit the number of returned results.ListSyncConfigurationsRequest.BuildernextToken(String nextToken)An enumeration token that allows the operation to batch the results of the operation.ListSyncConfigurationsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListSyncConfigurationsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListSyncConfigurationsRequest.BuilderrepositoryLinkId(String repositoryLinkId)The ID of the repository link for the requested list of sync configurations.ListSyncConfigurationsRequest.BuildersyncType(String syncType)The sync type for the requested list of sync configurations.ListSyncConfigurationsRequest.BuildersyncType(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.codestarconnections.model.CodeStarConnectionsRequest.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, sdkFields
-
-
-
-
Method Detail
-
maxResults
ListSyncConfigurationsRequest.Builder maxResults(Integer 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
ListSyncConfigurationsRequest.Builder nextToken(String 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
ListSyncConfigurationsRequest.Builder repositoryLinkId(String 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
ListSyncConfigurationsRequest.Builder syncType(String 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:
SyncConfigurationType,SyncConfigurationType
-
syncType
ListSyncConfigurationsRequest.Builder syncType(SyncConfigurationType 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:
SyncConfigurationType,SyncConfigurationType
-
overrideConfiguration
ListSyncConfigurationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListSyncConfigurationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-