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 |
endpointType(EndpointType endpointType)
The type of endpoint that your agent is connected to.
|
DescribeAgentResponse.Builder |
endpointType(String endpointType)
The type of endpoint that your agent is connected to.
|
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)
The subnet and the security group that DataSync used to access a VPC endpoint.
|
DescribeAgentResponse.Builder |
privateLinkConfig(PrivateLinkConfig privateLinkConfig)
The subnet and the security group that DataSync used to access a VPC endpoint.
|
DescribeAgentResponse.Builder |
status(AgentStatus status)
The status of the agent.
|
DescribeAgentResponse.Builder |
status(String status)
The status of the agent.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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 endpointType(String endpointType)
The type of endpoint that your agent is connected to. If the endpoint is a VPC endpoint, the agent is not accessible over the public internet.
endpointType - The type of endpoint that your agent is connected to. If the endpoint is a VPC endpoint, the agent is
not accessible over the public internet.EndpointType,
EndpointTypeDescribeAgentResponse.Builder endpointType(EndpointType endpointType)
The type of endpoint that your agent is connected to. If the endpoint is a VPC endpoint, the agent is not accessible over the public internet.
endpointType - The type of endpoint that your agent is connected to. If the endpoint is a VPC endpoint, the agent is
not accessible over the public internet.EndpointType,
EndpointTypeDescribeAgentResponse.Builder privateLinkConfig(PrivateLinkConfig privateLinkConfig)
The subnet and the security group that DataSync used to access a VPC endpoint.
privateLinkConfig - The subnet and the security group that DataSync used to access a VPC endpoint.default DescribeAgentResponse.Builder privateLinkConfig(Consumer<PrivateLinkConfig.Builder> privateLinkConfig)
The subnet and the security group that DataSync used to access a VPC endpoint.
This is a convenience that creates an instance of thePrivateLinkConfig.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 © 2021. All rights reserved.