CreateSyncConfigurationRequest.Builder |
CreateSyncConfigurationRequest.Builder.branch(String branch) |
The branch in the repository from which changes will be synced.
|
static CreateSyncConfigurationRequest.Builder |
CreateSyncConfigurationRequest.builder() |
|
CreateSyncConfigurationRequest.Builder |
CreateSyncConfigurationRequest.Builder.configFile(String configFile) |
The file name of the configuration file that manages syncing between the connection and the repository.
|
CreateSyncConfigurationRequest.Builder |
CreateSyncConfigurationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateSyncConfigurationRequest.Builder |
CreateSyncConfigurationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
CreateSyncConfigurationRequest.Builder |
CreateSyncConfigurationRequest.Builder.publishDeploymentStatus(String publishDeploymentStatus) |
Whether to enable or disable publishing of deployment status to source providers.
|
CreateSyncConfigurationRequest.Builder |
CreateSyncConfigurationRequest.Builder.publishDeploymentStatus(PublishDeploymentStatus publishDeploymentStatus) |
Whether to enable or disable publishing of deployment status to source providers.
|
CreateSyncConfigurationRequest.Builder |
CreateSyncConfigurationRequest.Builder.repositoryLinkId(String repositoryLinkId) |
The ID of the repository link created for the connection.
|
CreateSyncConfigurationRequest.Builder |
CreateSyncConfigurationRequest.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.Builder |
CreateSyncConfigurationRequest.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.Builder |
CreateSyncConfigurationRequest.Builder.syncType(String syncType) |
The type of sync configuration.
|
CreateSyncConfigurationRequest.Builder |
CreateSyncConfigurationRequest.Builder.syncType(SyncConfigurationType syncType) |
The type of sync configuration.
|
CreateSyncConfigurationRequest.Builder |
CreateSyncConfigurationRequest.toBuilder() |
|
CreateSyncConfigurationRequest.Builder |
CreateSyncConfigurationRequest.Builder.triggerResourceUpdateOn(String triggerResourceUpdateOn) |
When to trigger Git sync to begin the stack update.
|
CreateSyncConfigurationRequest.Builder |
CreateSyncConfigurationRequest.Builder.triggerResourceUpdateOn(TriggerResourceUpdateOn triggerResourceUpdateOn) |
When to trigger Git sync to begin the stack update.
|