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