Interface UpdateSyncConfigurationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CodeConnectionsRequest.Builder,CopyableBuilder<UpdateSyncConfigurationRequest.Builder,UpdateSyncConfigurationRequest>,SdkBuilder<UpdateSyncConfigurationRequest.Builder,UpdateSyncConfigurationRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateSyncConfigurationRequest
public static interface UpdateSyncConfigurationRequest.Builder extends CodeConnectionsRequest.Builder, SdkPojo, CopyableBuilder<UpdateSyncConfigurationRequest.Builder,UpdateSyncConfigurationRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateSyncConfigurationRequest.Builderbranch(String branch)The branch for the sync configuration to be updated.UpdateSyncConfigurationRequest.BuilderconfigFile(String configFile)The configuration file for the sync configuration to be updated.UpdateSyncConfigurationRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateSyncConfigurationRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateSyncConfigurationRequest.BuilderpublishDeploymentStatus(String publishDeploymentStatus)Whether to enable or disable publishing of deployment status to source providers.UpdateSyncConfigurationRequest.BuilderpublishDeploymentStatus(PublishDeploymentStatus publishDeploymentStatus)Whether to enable or disable publishing of deployment status to source providers.UpdateSyncConfigurationRequest.BuilderrepositoryLinkId(String repositoryLinkId)The ID of the repository link for the sync configuration to be updated.UpdateSyncConfigurationRequest.BuilderresourceName(String resourceName)The name of the Amazon Web Services resource for the sync configuration to be updated.UpdateSyncConfigurationRequest.BuilderroleArn(String roleArn)The ARN of the IAM role for the sync configuration to be updated.UpdateSyncConfigurationRequest.BuildersyncType(String syncType)The sync type for the sync configuration to be updated.UpdateSyncConfigurationRequest.BuildersyncType(SyncConfigurationType syncType)The sync type for the sync configuration to be updated.UpdateSyncConfigurationRequest.BuildertriggerResourceUpdateOn(String triggerResourceUpdateOn)When to trigger Git sync to begin the stack update.UpdateSyncConfigurationRequest.BuildertriggerResourceUpdateOn(TriggerResourceUpdateOn triggerResourceUpdateOn)When to trigger Git sync to begin the stack update.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.codeconnections.model.CodeConnectionsRequest.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
UpdateSyncConfigurationRequest.Builder branch(String branch)
The 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.
-
configFile
UpdateSyncConfigurationRequest.Builder configFile(String configFile)
The 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.
-
repositoryLinkId
UpdateSyncConfigurationRequest.Builder repositoryLinkId(String repositoryLinkId)
The 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.
-
resourceName
UpdateSyncConfigurationRequest.Builder resourceName(String resourceName)
The 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.
-
roleArn
UpdateSyncConfigurationRequest.Builder roleArn(String roleArn)
The 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.
-
syncType
UpdateSyncConfigurationRequest.Builder syncType(String syncType)
The 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:
SyncConfigurationType,SyncConfigurationType
-
syncType
UpdateSyncConfigurationRequest.Builder syncType(SyncConfigurationType syncType)
The 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:
SyncConfigurationType,SyncConfigurationType
-
publishDeploymentStatus
UpdateSyncConfigurationRequest.Builder publishDeploymentStatus(String 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:
PublishDeploymentStatus,PublishDeploymentStatus
-
publishDeploymentStatus
UpdateSyncConfigurationRequest.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:
PublishDeploymentStatus,PublishDeploymentStatus
-
triggerResourceUpdateOn
UpdateSyncConfigurationRequest.Builder triggerResourceUpdateOn(String 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:
TriggerResourceUpdateOn,TriggerResourceUpdateOn
-
triggerResourceUpdateOn
UpdateSyncConfigurationRequest.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:
TriggerResourceUpdateOn,TriggerResourceUpdateOn
-
overrideConfiguration
UpdateSyncConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateSyncConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-