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