Interface UpdateSyncConfigurationRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CodeConnectionsRequest.Builder,- CopyableBuilder<UpdateSyncConfigurationRequest.Builder,,- UpdateSyncConfigurationRequest> - SdkBuilder<UpdateSyncConfigurationRequest.Builder,,- UpdateSyncConfigurationRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- UpdateSyncConfigurationRequest
- 
Method SummaryModifier and TypeMethodDescriptionThe branch for the sync configuration to be updated.configFile(String configFile) The configuration file for the sync configuration to be updated.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.publishDeploymentStatus(String publishDeploymentStatus) Whether to enable or disable publishing of deployment status to source providers.publishDeploymentStatus(PublishDeploymentStatus publishDeploymentStatus) Whether to enable or disable publishing of deployment status to source providers.pullRequestComment(String pullRequestComment) TA toggle that specifies whether to enable or disable pull request comments for the sync configuration to be updated.pullRequestComment(PullRequestComment pullRequestComment) TA toggle that specifies whether to enable or disable pull request comments for the sync configuration to be updated.repositoryLinkId(String repositoryLinkId) The ID of the repository link for the sync configuration to be updated.resourceName(String resourceName) The name of the Amazon Web Services resource for the sync configuration to be updated.The ARN of the IAM role for the sync configuration to be updated.The sync type for the sync configuration to be updated.syncType(SyncConfigurationType syncType) The sync type for the sync configuration to be updated.triggerResourceUpdateOn(String triggerResourceUpdateOn) When to trigger Git sync to begin the stack update.triggerResourceUpdateOn(TriggerResourceUpdateOn triggerResourceUpdateOn) When to trigger Git sync to begin the stack update.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.services.codeconnections.model.CodeConnectionsRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
branchThe branch for the sync configuration to be updated. - Parameters:
- branch- The branch for the sync configuration to be updated.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
configFileThe configuration file for the sync configuration to be updated. - Parameters:
- configFile- The configuration file for the sync configuration to be updated.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
repositoryLinkIdThe ID of the repository link for the sync configuration to be updated. - Parameters:
- repositoryLinkId- The ID of the repository link for the sync configuration to be updated.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
resourceNameThe name of the Amazon Web Services resource for the sync configuration to be updated. - Parameters:
- resourceName- The name of the Amazon Web Services resource for the sync configuration to be updated.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
roleArnThe ARN of the IAM role for the sync configuration to be updated. - Parameters:
- roleArn- The ARN of the IAM role for the sync configuration to be updated.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
syncTypeThe sync type for the sync configuration to be updated. - Parameters:
- syncType- The sync type for the sync configuration to be updated.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
syncTypeThe sync type for the sync configuration to be updated. - Parameters:
- syncType- The sync type for the sync configuration to be updated.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
publishDeploymentStatusWhether to enable or disable publishing of deployment status to source providers. - Parameters:
- publishDeploymentStatus- Whether to enable or disable publishing of deployment status to source providers.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
publishDeploymentStatusUpdateSyncConfigurationRequest.Builder publishDeploymentStatus(PublishDeploymentStatus publishDeploymentStatus) Whether to enable or disable publishing of deployment status to source providers. - Parameters:
- publishDeploymentStatus- Whether to enable or disable publishing of deployment status to source providers.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
triggerResourceUpdateOnWhen to trigger Git sync to begin the stack update. - Parameters:
- triggerResourceUpdateOn- When to trigger Git sync to begin the stack update.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
triggerResourceUpdateOnUpdateSyncConfigurationRequest.Builder triggerResourceUpdateOn(TriggerResourceUpdateOn triggerResourceUpdateOn) When to trigger Git sync to begin the stack update. - Parameters:
- triggerResourceUpdateOn- When to trigger Git sync to begin the stack update.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
pullRequestCommentTA toggle that specifies whether to enable or disable pull request comments for the sync configuration to be updated. - Parameters:
- pullRequestComment- TA toggle that specifies whether to enable or disable pull request comments for the sync configuration to be updated.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
pullRequestCommentTA toggle that specifies whether to enable or disable pull request comments for the sync configuration to be updated. - Parameters:
- pullRequestComment- TA toggle that specifies whether to enable or disable pull request comments for the sync configuration to be updated.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
overrideConfigurationUpdateSyncConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationUpdateSyncConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-