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