Interface ListRepositorySyncDefinitionsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CodeStarConnectionsRequest.Builder,CopyableBuilder<ListRepositorySyncDefinitionsRequest.Builder,ListRepositorySyncDefinitionsRequest>,SdkBuilder<ListRepositorySyncDefinitionsRequest.Builder,ListRepositorySyncDefinitionsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListRepositorySyncDefinitionsRequest
public static interface ListRepositorySyncDefinitionsRequest.Builder extends CodeStarConnectionsRequest.Builder, SdkPojo, CopyableBuilder<ListRepositorySyncDefinitionsRequest.Builder,ListRepositorySyncDefinitionsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListRepositorySyncDefinitionsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListRepositorySyncDefinitionsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListRepositorySyncDefinitionsRequest.BuilderrepositoryLinkId(String repositoryLinkId)The ID of the repository link for the sync definition for which you want to retrieve information.ListRepositorySyncDefinitionsRequest.BuildersyncType(String syncType)The sync type of the repository link for the the sync definition for which you want to retrieve information.ListRepositorySyncDefinitionsRequest.BuildersyncType(SyncConfigurationType syncType)The sync type of the repository link for the the sync definition for which you want to retrieve information.-
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
-
repositoryLinkId
ListRepositorySyncDefinitionsRequest.Builder repositoryLinkId(String repositoryLinkId)
The ID of the repository link for the sync definition for which you want to retrieve information.
- Parameters:
repositoryLinkId- The ID of the repository link for the sync definition for which you want to retrieve information.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
syncType
ListRepositorySyncDefinitionsRequest.Builder syncType(String syncType)
The sync type of the repository link for the the sync definition for which you want to retrieve information.
- Parameters:
syncType- The sync type of the repository link for the the sync definition for which you want to retrieve information.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SyncConfigurationType,SyncConfigurationType
-
syncType
ListRepositorySyncDefinitionsRequest.Builder syncType(SyncConfigurationType syncType)
The sync type of the repository link for the the sync definition for which you want to retrieve information.
- Parameters:
syncType- The sync type of the repository link for the the sync definition for which you want to retrieve information.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SyncConfigurationType,SyncConfigurationType
-
overrideConfiguration
ListRepositorySyncDefinitionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListRepositorySyncDefinitionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-