| Package | Description |
|---|---|
| software.amazon.awssdk.services.datasync.model |
| Modifier and Type | Method and Description |
|---|---|
DescribeAgentResponse.Builder |
DescribeAgentResponse.Builder.agentArn(String agentArn)
The ARN of the agent.
|
static DescribeAgentResponse.Builder |
DescribeAgentResponse.builder() |
DescribeAgentResponse.Builder |
DescribeAgentResponse.Builder.creationTime(Instant creationTime)
The time that the agent was activated.
|
DescribeAgentResponse.Builder |
DescribeAgentResponse.Builder.endpointType(EndpointType endpointType)
The type of service
endpoint that your agent is connected to.
|
DescribeAgentResponse.Builder |
DescribeAgentResponse.Builder.endpointType(String endpointType)
The type of service
endpoint that your agent is connected to.
|
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)
The network configuration that the agent uses when connecting to a VPC service endpoint.
|
DescribeAgentResponse.Builder |
DescribeAgentResponse.Builder.privateLinkConfig(PrivateLinkConfig privateLinkConfig)
The network configuration that the agent uses when connecting to a VPC service 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 © 2023. All rights reserved.