DescribeAgentResponse.Builder |
DescribeAgentResponse.Builder.agentArn(String agentArn) |
The ARN of the agent.
|
static DescribeAgentResponse.Builder |
DescribeAgentResponse.builder() |
|
DescribeAgentResponse.Builder |
DescribeAgentResponse.Builder.creationTime(Instant creationTime) |
|
DescribeAgentResponse.Builder |
DescribeAgentResponse.Builder.endpointType(String endpointType) |
|
DescribeAgentResponse.Builder |
DescribeAgentResponse.Builder.endpointType(EndpointType endpointType) |
|
DescribeAgentResponse.Builder |
DescribeAgentResponse.Builder.lastConnectionTime(Instant lastConnectionTime) |
The last time that the agent was communicating with the DataSync service.
|
DescribeAgentResponse.Builder |
DescribeAgentResponse.Builder.name(String name) |
The name of the agent.
|
default DescribeAgentResponse.Builder |
DescribeAgentResponse.Builder.platform(Consumer<Platform.Builder> platform) |
The platform-related details about the agent, such as the version number.
|
DescribeAgentResponse.Builder |
DescribeAgentResponse.Builder.platform(Platform platform) |
The platform-related details about the agent, such as the version number.
|
default DescribeAgentResponse.Builder |
DescribeAgentResponse.Builder.privateLinkConfig(Consumer<PrivateLinkConfig.Builder> privateLinkConfig) |
|
DescribeAgentResponse.Builder |
DescribeAgentResponse.Builder.privateLinkConfig(PrivateLinkConfig privateLinkConfig) |
|
DescribeAgentResponse.Builder |
DescribeAgentResponse.Builder.status(String status) |
The status of the agent.
|
DescribeAgentResponse.Builder |
DescribeAgentResponse.Builder.status(AgentStatus status) |
The status of the agent.
|
DescribeAgentResponse.Builder |
DescribeAgentResponse.toBuilder() |
|