public static class UpdateAgentReceiverTaskDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UpdateAgentReceiverTaskDetails.Builder |
agentId(String agentId)
Management Agent Identifier
OCID.
|
UpdateAgentReceiverTaskDetails |
build() |
UpdateAgentReceiverTaskDetails.Builder |
copy(UpdateAgentReceiverTaskDetails model) |
UpdateAgentReceiverTaskDetails.Builder |
handlerType(HandlerType handlerType)
Type of the handler.
|
UpdateAgentReceiverTaskDetails.Builder |
isEnable(Boolean isEnable)
True to enable the receiver and false to disable the receiver on the agent.
|
UpdateAgentReceiverTaskDetails.Builder |
receiverProperties(AgentReceiverProperties receiverProperties) |
public UpdateAgentReceiverTaskDetails.Builder agentId(String agentId)
Management Agent Identifier OCID.
agentId
- the value to setpublic UpdateAgentReceiverTaskDetails.Builder handlerType(HandlerType handlerType)
Type of the handler.
handlerType
- the value to setpublic UpdateAgentReceiverTaskDetails.Builder isEnable(Boolean isEnable)
True to enable the receiver and false to disable the receiver on the agent.
isEnable
- the value to setpublic UpdateAgentReceiverTaskDetails.Builder receiverProperties(AgentReceiverProperties receiverProperties)
public UpdateAgentReceiverTaskDetails build()
public UpdateAgentReceiverTaskDetails.Builder copy(UpdateAgentReceiverTaskDetails model)
Copyright © 2016–2025. All rights reserved.