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).
|
default DescribeAgentResponse.Builder |
endpointOptions(Consumer<EndpointOptions.Builder> endpointOptions)
Sets the value of the EndpointOptions property for this object.
|
DescribeAgentResponse.Builder |
endpointOptions(EndpointOptions endpointOptions)
Sets the value of the EndpointOptions property for this object.
|
DescribeAgentResponse.Builder |
lastConnectionTime(Instant lastConnectionTime)
The time that the agent last connected to DataSyc.
|
DescribeAgentResponse.Builder |
name(String name)
The name of the agent.
|
default DescribeAgentResponse.Builder |
privateLinkConfig(Consumer<PrivateLinkConfig.Builder> privateLinkConfig)
Sets the value of the PrivateLinkConfig property for this object.
|
DescribeAgentResponse.Builder |
privateLinkConfig(PrivateLinkConfig privateLinkConfig)
Sets the value of the PrivateLinkConfig property for this object.
|
DescribeAgentResponse.Builder |
status(AgentStatus status)
The status of the agent.
|
DescribeAgentResponse.Builder |
status(String status)
The status of the agent.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildDescribeAgentResponse.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,
AgentStatusDescribeAgentResponse.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,
AgentStatusDescribeAgentResponse.Builder lastConnectionTime(Instant lastConnectionTime)
The time that the agent last connected to DataSyc.
lastConnectionTime - The time that the agent last connected to DataSyc.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).DescribeAgentResponse.Builder endpointOptions(EndpointOptions endpointOptions)
endpointOptions - The new value for the EndpointOptions property for this object.default DescribeAgentResponse.Builder endpointOptions(Consumer<EndpointOptions.Builder> endpointOptions)
EndpointOptions.Builder avoiding the need to
create one manually via EndpointOptions.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to endpointOptions(EndpointOptions).endpointOptions - a consumer that will call methods on EndpointOptions.BuilderendpointOptions(EndpointOptions)DescribeAgentResponse.Builder privateLinkConfig(PrivateLinkConfig privateLinkConfig)
privateLinkConfig - The new value for the PrivateLinkConfig property for this object.default DescribeAgentResponse.Builder privateLinkConfig(Consumer<PrivateLinkConfig.Builder> privateLinkConfig)
PrivateLinkConfig.Builder avoiding the need to
create one manually via PrivateLinkConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to privateLinkConfig(PrivateLinkConfig).privateLinkConfig - a consumer that will call methods on PrivateLinkConfig.BuilderprivateLinkConfig(PrivateLinkConfig)Copyright © 2019. All rights reserved.