Interface DeleteSyncConfigurationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CodeConnectionsRequest.Builder,CopyableBuilder<DeleteSyncConfigurationRequest.Builder,DeleteSyncConfigurationRequest>,SdkBuilder<DeleteSyncConfigurationRequest.Builder,DeleteSyncConfigurationRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DeleteSyncConfigurationRequest
public static interface DeleteSyncConfigurationRequest.Builder extends CodeConnectionsRequest.Builder, SdkPojo, CopyableBuilder<DeleteSyncConfigurationRequest.Builder,DeleteSyncConfigurationRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteSyncConfigurationRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteSyncConfigurationRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeleteSyncConfigurationRequest.BuilderresourceName(String resourceName)The name of the Amazon Web Services resource associated with the sync configuration to be deleted.DeleteSyncConfigurationRequest.BuildersyncType(String syncType)The type of sync configuration to be deleted.DeleteSyncConfigurationRequest.BuildersyncType(SyncConfigurationType syncType)The type of sync configuration to be deleted.-
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
-
syncType
DeleteSyncConfigurationRequest.Builder syncType(String syncType)
The type of sync configuration to be deleted.
- Parameters:
syncType- The type of sync configuration to be deleted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SyncConfigurationType,SyncConfigurationType
-
syncType
DeleteSyncConfigurationRequest.Builder syncType(SyncConfigurationType syncType)
The type of sync configuration to be deleted.
- Parameters:
syncType- The type of sync configuration to be deleted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SyncConfigurationType,SyncConfigurationType
-
resourceName
DeleteSyncConfigurationRequest.Builder resourceName(String resourceName)
The name of the Amazon Web Services resource associated with the sync configuration to be deleted.
- Parameters:
resourceName- The name of the Amazon Web Services resource associated with the sync configuration to be deleted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeleteSyncConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteSyncConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-