Interface BatchDeleteUniqueIdRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<BatchDeleteUniqueIdRequest.Builder,
,BatchDeleteUniqueIdRequest> EntityResolutionRequest.Builder
,SdkBuilder<BatchDeleteUniqueIdRequest.Builder,
,BatchDeleteUniqueIdRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
BatchDeleteUniqueIdRequest
@Mutable
@NotThreadSafe
public static interface BatchDeleteUniqueIdRequest.Builder
extends EntityResolutionRequest.Builder, SdkPojo, CopyableBuilder<BatchDeleteUniqueIdRequest.Builder,BatchDeleteUniqueIdRequest>
-
Method Summary
Modifier and TypeMethodDescriptioninputSource
(String inputSource) The input source for the batch delete unique ID operation.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The unique IDs to delete.uniqueIds
(Collection<String> uniqueIds) The unique IDs to delete.workflowName
(String workflowName) The name of the workflow.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.entityresolution.model.EntityResolutionRequest.Builder
build
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
-
workflowName
The name of the workflow.
- Parameters:
workflowName
- The name of the workflow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inputSource
The input source for the batch delete unique ID operation.
- Parameters:
inputSource
- The input source for the batch delete unique ID operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
uniqueIds
The unique IDs to delete.
- Parameters:
uniqueIds
- The unique IDs to delete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
uniqueIds
The unique IDs to delete.
- Parameters:
uniqueIds
- The unique IDs to delete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
BatchDeleteUniqueIdRequest.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
BatchDeleteUniqueIdRequest.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.
-