Interface BatchDeleteUniqueIdResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<BatchDeleteUniqueIdResponse.Builder,
,BatchDeleteUniqueIdResponse> EntityResolutionResponse.Builder
,SdkBuilder<BatchDeleteUniqueIdResponse.Builder,
,BatchDeleteUniqueIdResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
BatchDeleteUniqueIdResponse
@Mutable
@NotThreadSafe
public static interface BatchDeleteUniqueIdResponse.Builder
extends EntityResolutionResponse.Builder, SdkPojo, CopyableBuilder<BatchDeleteUniqueIdResponse.Builder,BatchDeleteUniqueIdResponse>
-
Method Summary
Modifier and TypeMethodDescriptiondeleted
(Collection<DeletedUniqueId> deleted) The unique IDs that were deleted.deleted
(Consumer<DeletedUniqueId.Builder>... deleted) The unique IDs that were deleted.deleted
(DeletedUniqueId... deleted) The unique IDs that were deleted.disconnectedUniqueIds
(String... disconnectedUniqueIds) The unique IDs that were disconnected.disconnectedUniqueIds
(Collection<String> disconnectedUniqueIds) The unique IDs that were disconnected.errors
(Collection<DeleteUniqueIdError> errors) The errors from deleting multiple unique IDs.errors
(Consumer<DeleteUniqueIdError.Builder>... errors) The errors from deleting multiple unique IDs.errors
(DeleteUniqueIdError... errors) The errors from deleting multiple unique IDs.The status of the batch delete unique ID operation.status
(DeleteUniqueIdStatus status) The status of the batch delete unique ID operation.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.entityresolution.model.EntityResolutionResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
status
The status of the batch delete unique ID operation.
- Parameters:
status
- The status of the batch delete unique ID operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the batch delete unique ID operation.
- Parameters:
status
- The status of the batch delete unique ID operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
errors
The errors from deleting multiple unique IDs.
- Parameters:
errors
- The errors from deleting multiple unique IDs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errors
The errors from deleting multiple unique IDs.
- Parameters:
errors
- The errors from deleting multiple unique IDs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errors
The errors from deleting multiple unique IDs.
This is a convenience method that creates an instance of theDeleteUniqueIdError.Builder
avoiding the need to create one manually viaDeleteUniqueIdError.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toerrors(List<DeleteUniqueIdError>)
.- Parameters:
errors
- a consumer that will call methods onDeleteUniqueIdError.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
deleted
The unique IDs that were deleted.
- Parameters:
deleted
- The unique IDs that were deleted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deleted
The unique IDs that were deleted.
- Parameters:
deleted
- The unique IDs that were deleted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deleted
The unique IDs that were deleted.
This is a convenience method that creates an instance of theDeletedUniqueId.Builder
avoiding the need to create one manually viaDeletedUniqueId.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed todeleted(List<DeletedUniqueId>)
.- Parameters:
deleted
- a consumer that will call methods onDeletedUniqueId.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
disconnectedUniqueIds
The unique IDs that were disconnected.
- Parameters:
disconnectedUniqueIds
- The unique IDs that were disconnected.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
disconnectedUniqueIds
The unique IDs that were disconnected.
- Parameters:
disconnectedUniqueIds
- The unique IDs that were disconnected.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-