Interface UpdateSyncBlockerRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CodeStarConnectionsRequest.Builder,CopyableBuilder<UpdateSyncBlockerRequest.Builder,UpdateSyncBlockerRequest>,SdkBuilder<UpdateSyncBlockerRequest.Builder,UpdateSyncBlockerRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateSyncBlockerRequest
public static interface UpdateSyncBlockerRequest.Builder extends CodeStarConnectionsRequest.Builder, SdkPojo, CopyableBuilder<UpdateSyncBlockerRequest.Builder,UpdateSyncBlockerRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateSyncBlockerRequest.Builderid(String id)The ID of the sync blocker to be updated.UpdateSyncBlockerRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateSyncBlockerRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateSyncBlockerRequest.BuilderresolvedReason(String resolvedReason)The reason for resolving the sync blocker.UpdateSyncBlockerRequest.BuilderresourceName(String resourceName)The name of the resource for the sync blocker to be updated.UpdateSyncBlockerRequest.BuildersyncType(String syncType)The sync type of the sync blocker to be updated.UpdateSyncBlockerRequest.BuildersyncType(SyncConfigurationType syncType)The sync type of the sync blocker to be updated.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.codestarconnections.model.CodeStarConnectionsRequest.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
-
id
UpdateSyncBlockerRequest.Builder id(String id)
The ID of the sync blocker to be updated.
- Parameters:
id- The ID of the sync blocker to be updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
syncType
UpdateSyncBlockerRequest.Builder syncType(String syncType)
The sync type of the sync blocker to be updated.
- Parameters:
syncType- The sync type of the sync blocker to be updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SyncConfigurationType,SyncConfigurationType
-
syncType
UpdateSyncBlockerRequest.Builder syncType(SyncConfigurationType syncType)
The sync type of the sync blocker to be updated.
- Parameters:
syncType- The sync type of the sync blocker to be updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SyncConfigurationType,SyncConfigurationType
-
resourceName
UpdateSyncBlockerRequest.Builder resourceName(String resourceName)
The name of the resource for the sync blocker to be updated.
- Parameters:
resourceName- The name of the resource for the sync blocker to be updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resolvedReason
UpdateSyncBlockerRequest.Builder resolvedReason(String resolvedReason)
The reason for resolving the sync blocker.
- Parameters:
resolvedReason- The reason for resolving the sync blocker.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateSyncBlockerRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateSyncBlockerRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-