Interface GetResourceSyncStatusRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CodeConnectionsRequest.Builder
,CopyableBuilder<GetResourceSyncStatusRequest.Builder,
,GetResourceSyncStatusRequest> SdkBuilder<GetResourceSyncStatusRequest.Builder,
,GetResourceSyncStatusRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
GetResourceSyncStatusRequest
@Mutable
@NotThreadSafe
public static interface GetResourceSyncStatusRequest.Builder
extends CodeConnectionsRequest.Builder, SdkPojo, CopyableBuilder<GetResourceSyncStatusRequest.Builder,GetResourceSyncStatusRequest>
-
Method Summary
Modifier and TypeMethodDescriptionoverrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.resourceName
(String resourceName) The name of the Amazon Web Services resource for the sync status with the Git repository.The sync type for the sync status with the Git repository.syncType
(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.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, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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:
-
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:
-
overrideConfiguration
GetResourceSyncStatusRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
GetResourceSyncStatusRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-