public static interface DescribeAgentResponse.Builder extends DataSyncResponse.Builder, SdkPojo, CopyableBuilder<DescribeAgentResponse.Builder,DescribeAgentResponse>
Modifier and Type | Method and Description |
---|---|
DescribeAgentResponse.Builder |
agentArn(String agentArn)
The Amazon Resource Name (ARN) of the agent.
|
DescribeAgentResponse.Builder |
creationTime(Instant creationTime)
The time that the agent was activated (that is, created in your account).
|
DescribeAgentResponse.Builder |
lastConnectionTime(Instant lastConnectionTime)
The time that the agent was last connected.
|
DescribeAgentResponse.Builder |
name(String name)
The name of the agent.
|
DescribeAgentResponse.Builder |
status(AgentStatus status)
The status of the agent.
|
DescribeAgentResponse.Builder |
status(String status)
The status of the agent.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
DescribeAgentResponse.Builder agentArn(String agentArn)
The Amazon Resource Name (ARN) of the agent.
agentArn
- The Amazon Resource Name (ARN) of the agent.DescribeAgentResponse.Builder name(String name)
The name of the agent.
name
- The name of the agent.DescribeAgentResponse.Builder status(String status)
The status of the agent. If the status is ONLINE, then the agent is configured properly and is available to use. The Running status is the normal running status for an agent. If the status is OFFLINE, the agent's VM is turned off or the agent is in an unhealthy state. When the issue that caused the unhealthy state is resolved, the agent returns to ONLINE status.
status
- The status of the agent. If the status is ONLINE, then the agent is configured properly and is
available to use. The Running status is the normal running status for an agent. If the status is
OFFLINE, the agent's VM is turned off or the agent is in an unhealthy state. When the issue that
caused the unhealthy state is resolved, the agent returns to ONLINE status.AgentStatus
,
AgentStatus
DescribeAgentResponse.Builder status(AgentStatus status)
The status of the agent. If the status is ONLINE, then the agent is configured properly and is available to use. The Running status is the normal running status for an agent. If the status is OFFLINE, the agent's VM is turned off or the agent is in an unhealthy state. When the issue that caused the unhealthy state is resolved, the agent returns to ONLINE status.
status
- The status of the agent. If the status is ONLINE, then the agent is configured properly and is
available to use. The Running status is the normal running status for an agent. If the status is
OFFLINE, the agent's VM is turned off or the agent is in an unhealthy state. When the issue that
caused the unhealthy state is resolved, the agent returns to ONLINE status.AgentStatus
,
AgentStatus
DescribeAgentResponse.Builder lastConnectionTime(Instant lastConnectionTime)
The time that the agent was last connected.
lastConnectionTime
- The time that the agent was last connected.DescribeAgentResponse.Builder creationTime(Instant creationTime)
The time that the agent was activated (that is, created in your account).
creationTime
- The time that the agent was activated (that is, created in your account).Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.