public static interface BatchDeleteAgentsResponse.Builder extends ApplicationDiscoveryResponse.Builder, SdkPojo, CopyableBuilder<BatchDeleteAgentsResponse.Builder,BatchDeleteAgentsResponse>
| Modifier and Type | Method and Description |
|---|---|
BatchDeleteAgentsResponse.Builder |
errors(BatchDeleteAgentError... errors)
A list of agent IDs that failed to delete during the deletion task, each paired with an error message.
|
BatchDeleteAgentsResponse.Builder |
errors(Collection<BatchDeleteAgentError> errors)
A list of agent IDs that failed to delete during the deletion task, each paired with an error message.
|
BatchDeleteAgentsResponse.Builder |
errors(Consumer<BatchDeleteAgentError.Builder>... errors)
A list of agent IDs that failed to delete during the deletion task, each paired with an error message.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchDeleteAgentsResponse.Builder errors(Collection<BatchDeleteAgentError> errors)
A list of agent IDs that failed to delete during the deletion task, each paired with an error message.
errors - A list of agent IDs that failed to delete during the deletion task, each paired with an error message.BatchDeleteAgentsResponse.Builder errors(BatchDeleteAgentError... errors)
A list of agent IDs that failed to delete during the deletion task, each paired with an error message.
errors - A list of agent IDs that failed to delete during the deletion task, each paired with an error message.BatchDeleteAgentsResponse.Builder errors(Consumer<BatchDeleteAgentError.Builder>... errors)
A list of agent IDs that failed to delete during the deletion task, each paired with an error message.
This is a convenience method that creates an instance of theBatchDeleteAgentError.Builder avoiding the
need to create one manually via
BatchDeleteAgentError.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #errors(List.
errors - a consumer that will call methods on
BatchDeleteAgentError.Builder#errors(java.util.Collection) Copyright © 2023. All rights reserved.