Interface BatchDeleteAgentError.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<BatchDeleteAgentError.Builder,
,BatchDeleteAgentError> SdkBuilder<BatchDeleteAgentError.Builder,
,BatchDeleteAgentError> SdkPojo
- Enclosing class:
BatchDeleteAgentError
public static interface BatchDeleteAgentError.Builder
extends SdkPojo, CopyableBuilder<BatchDeleteAgentError.Builder,BatchDeleteAgentError>
-
Method Summary
Modifier and TypeMethodDescriptionThe ID of the agent or data collector to delete.The type of error that occurred for the delete failed agent.errorCode
(DeleteAgentErrorCode errorCode) The type of error that occurred for the delete failed agent.errorMessage
(String errorMessage) The description of the error that occurred for the delete failed agent.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, sdkFields
-
Method Details
-
agentId
The ID of the agent or data collector to delete.
- Parameters:
agentId
- The ID of the agent or data collector to delete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorMessage
The description of the error that occurred for the delete failed agent.
- Parameters:
errorMessage
- The description of the error that occurred for the delete failed agent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorCode
The type of error that occurred for the delete failed agent. Valid status are: AGENT_IN_USE | NOT_FOUND | INTERNAL_SERVER_ERROR.
- Parameters:
errorCode
- The type of error that occurred for the delete failed agent. Valid status are: AGENT_IN_USE | NOT_FOUND | INTERNAL_SERVER_ERROR.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
errorCode
The type of error that occurred for the delete failed agent. Valid status are: AGENT_IN_USE | NOT_FOUND | INTERNAL_SERVER_ERROR.
- Parameters:
errorCode
- The type of error that occurred for the delete failed agent. Valid status are: AGENT_IN_USE | NOT_FOUND | INTERNAL_SERVER_ERROR.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-