Uses of Interface
software.amazon.awssdk.services.codestarconnections.model.UpdateSyncConfigurationRequest.Builder
-
Packages that use UpdateSyncConfigurationRequest.Builder Package Description software.amazon.awssdk.services.codestarconnections AWS CodeStar Connections software.amazon.awssdk.services.codestarconnections.model -
-
Uses of UpdateSyncConfigurationRequest.Builder in software.amazon.awssdk.services.codestarconnections
Method parameters in software.amazon.awssdk.services.codestarconnections with type arguments of type UpdateSyncConfigurationRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateSyncConfigurationResponse>CodeStarConnectionsAsyncClient. updateSyncConfiguration(Consumer<UpdateSyncConfigurationRequest.Builder> updateSyncConfigurationRequest)Updates the sync configuration for your connection and a specified external Git repository.default UpdateSyncConfigurationResponseCodeStarConnectionsClient. updateSyncConfiguration(Consumer<UpdateSyncConfigurationRequest.Builder> updateSyncConfigurationRequest)Updates the sync configuration for your connection and a specified external Git repository. -
Uses of UpdateSyncConfigurationRequest.Builder in software.amazon.awssdk.services.codestarconnections.model
Methods in software.amazon.awssdk.services.codestarconnections.model that return UpdateSyncConfigurationRequest.Builder Modifier and Type Method Description UpdateSyncConfigurationRequest.BuilderUpdateSyncConfigurationRequest.Builder. branch(String branch)The branch for the sync configuration to be updated.static UpdateSyncConfigurationRequest.BuilderUpdateSyncConfigurationRequest. builder()UpdateSyncConfigurationRequest.BuilderUpdateSyncConfigurationRequest.Builder. configFile(String configFile)The configuration file for the sync configuration to be updated.UpdateSyncConfigurationRequest.BuilderUpdateSyncConfigurationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateSyncConfigurationRequest.BuilderUpdateSyncConfigurationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateSyncConfigurationRequest.BuilderUpdateSyncConfigurationRequest.Builder. repositoryLinkId(String repositoryLinkId)The ID of the repository link for the sync configuration to be updated.UpdateSyncConfigurationRequest.BuilderUpdateSyncConfigurationRequest.Builder. resourceName(String resourceName)The name of the Amazon Web Services resource for the sync configuration to be updated.UpdateSyncConfigurationRequest.BuilderUpdateSyncConfigurationRequest.Builder. roleArn(String roleArn)The ARN of the IAM role for the sync configuration to be updated.UpdateSyncConfigurationRequest.BuilderUpdateSyncConfigurationRequest.Builder. syncType(String syncType)The sync type for the sync configuration to be updated.UpdateSyncConfigurationRequest.BuilderUpdateSyncConfigurationRequest.Builder. syncType(SyncConfigurationType syncType)The sync type for the sync configuration to be updated.UpdateSyncConfigurationRequest.BuilderUpdateSyncConfigurationRequest. toBuilder()Methods in software.amazon.awssdk.services.codestarconnections.model that return types with arguments of type UpdateSyncConfigurationRequest.Builder Modifier and Type Method Description static Class<? extends UpdateSyncConfigurationRequest.Builder>UpdateSyncConfigurationRequest. serializableBuilderClass()
-