Uses of Interface
software.amazon.awssdk.services.codestarconnections.model.CreateSyncConfigurationRequest.Builder
-
Packages that use CreateSyncConfigurationRequest.Builder Package Description software.amazon.awssdk.services.codestarconnections AWS CodeStar Connections software.amazon.awssdk.services.codestarconnections.model -
-
Uses of CreateSyncConfigurationRequest.Builder in software.amazon.awssdk.services.codestarconnections
Method parameters in software.amazon.awssdk.services.codestarconnections with type arguments of type CreateSyncConfigurationRequest.Builder Modifier and Type Method Description default CompletableFuture<CreateSyncConfigurationResponse>CodeStarConnectionsAsyncClient. createSyncConfiguration(Consumer<CreateSyncConfigurationRequest.Builder> createSyncConfigurationRequest)Creates a sync configuration which allows Amazon Web Services to sync content from a Git repository to update a specified Amazon Web Services resource.default CreateSyncConfigurationResponseCodeStarConnectionsClient. createSyncConfiguration(Consumer<CreateSyncConfigurationRequest.Builder> createSyncConfigurationRequest)Creates a sync configuration which allows Amazon Web Services to sync content from a Git repository to update a specified Amazon Web Services resource. -
Uses of CreateSyncConfigurationRequest.Builder in software.amazon.awssdk.services.codestarconnections.model
Methods in software.amazon.awssdk.services.codestarconnections.model that return CreateSyncConfigurationRequest.Builder Modifier and Type Method Description CreateSyncConfigurationRequest.BuilderCreateSyncConfigurationRequest.Builder. branch(String branch)The branch in the repository from which changes will be synced.static CreateSyncConfigurationRequest.BuilderCreateSyncConfigurationRequest. builder()CreateSyncConfigurationRequest.BuilderCreateSyncConfigurationRequest.Builder. configFile(String configFile)The file name of the configuration file that manages syncing between the connection and the repository.CreateSyncConfigurationRequest.BuilderCreateSyncConfigurationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateSyncConfigurationRequest.BuilderCreateSyncConfigurationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateSyncConfigurationRequest.BuilderCreateSyncConfigurationRequest.Builder. repositoryLinkId(String repositoryLinkId)The ID of the repository link created for the connection.CreateSyncConfigurationRequest.BuilderCreateSyncConfigurationRequest.Builder. resourceName(String resourceName)The name of the Amazon Web Services resource (for example, a CloudFormation stack in the case of CFN_STACK_SYNC) that will be synchronized from the linked repository.CreateSyncConfigurationRequest.BuilderCreateSyncConfigurationRequest.Builder. roleArn(String roleArn)The ARN of the IAM role that grants permission for Amazon Web Services to use Git sync to update a given Amazon Web Services resource on your behalf.CreateSyncConfigurationRequest.BuilderCreateSyncConfigurationRequest.Builder. syncType(String syncType)The type of sync configuration.CreateSyncConfigurationRequest.BuilderCreateSyncConfigurationRequest.Builder. syncType(SyncConfigurationType syncType)The type of sync configuration.CreateSyncConfigurationRequest.BuilderCreateSyncConfigurationRequest. toBuilder()Methods in software.amazon.awssdk.services.codestarconnections.model that return types with arguments of type CreateSyncConfigurationRequest.Builder Modifier and Type Method Description static Class<? extends CreateSyncConfigurationRequest.Builder>CreateSyncConfigurationRequest. serializableBuilderClass()
-