| Package | Description |
|---|---|
| software.amazon.awssdk.services.datasync.model |
| Modifier and Type | Method and Description |
|---|---|
DescribeAgentResponse.Builder |
DescribeAgentResponse.Builder.agentArn(String agentArn)
The Amazon Resource Name (ARN) of the agent.
|
static DescribeAgentResponse.Builder |
DescribeAgentResponse.builder() |
DescribeAgentResponse.Builder |
DescribeAgentResponse.Builder.creationTime(Instant creationTime)
The time that the agent was activated (that is, created in your account).
|
DescribeAgentResponse.Builder |
DescribeAgentResponse.Builder.endpointType(EndpointType endpointType)
The type of endpoint that your agent is connected to.
|
DescribeAgentResponse.Builder |
DescribeAgentResponse.Builder.endpointType(String endpointType)
The type of endpoint that your agent is connected to.
|
DescribeAgentResponse.Builder |
DescribeAgentResponse.Builder.lastConnectionTime(Instant lastConnectionTime)
The time that the agent last connected to DataSync.
|
DescribeAgentResponse.Builder |
DescribeAgentResponse.Builder.name(String name)
The name of the agent.
|
default DescribeAgentResponse.Builder |
DescribeAgentResponse.Builder.privateLinkConfig(Consumer<PrivateLinkConfig.Builder> privateLinkConfig)
The subnet and the security group that DataSync used to access a VPC endpoint.
|
DescribeAgentResponse.Builder |
DescribeAgentResponse.Builder.privateLinkConfig(PrivateLinkConfig privateLinkConfig)
The subnet and the security group that DataSync used to access a VPC endpoint.
|
DescribeAgentResponse.Builder |
DescribeAgentResponse.Builder.status(AgentStatus status)
The status of the agent.
|
DescribeAgentResponse.Builder |
DescribeAgentResponse.Builder.status(String status)
The status of the agent.
|
DescribeAgentResponse.Builder |
DescribeAgentResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DescribeAgentResponse.Builder> |
DescribeAgentResponse.serializableBuilderClass() |
Copyright © 2021. All rights reserved.