| Package | Description |
|---|---|
| software.amazon.awssdk.services.groundstation.model |
| Modifier and Type | Method and Description |
|---|---|
AwsGroundStationAgentEndpoint.Builder |
AwsGroundStationAgentEndpoint.Builder.agentStatus(AgentStatus agentStatus)
The status of AgentEndpoint.
|
AwsGroundStationAgentEndpoint.Builder |
AwsGroundStationAgentEndpoint.Builder.agentStatus(String agentStatus)
The status of AgentEndpoint.
|
AwsGroundStationAgentEndpoint.Builder |
AwsGroundStationAgentEndpoint.Builder.auditResults(AuditResults auditResults)
The results of the audit.
|
AwsGroundStationAgentEndpoint.Builder |
AwsGroundStationAgentEndpoint.Builder.auditResults(String auditResults)
The results of the audit.
|
static AwsGroundStationAgentEndpoint.Builder |
AwsGroundStationAgentEndpoint.builder() |
AwsGroundStationAgentEndpoint.Builder |
AwsGroundStationAgentEndpoint.Builder.egressAddress(ConnectionDetails egressAddress)
The egress address of AgentEndpoint.
|
default AwsGroundStationAgentEndpoint.Builder |
AwsGroundStationAgentEndpoint.Builder.egressAddress(Consumer<ConnectionDetails.Builder> egressAddress)
The egress address of AgentEndpoint.
|
default AwsGroundStationAgentEndpoint.Builder |
AwsGroundStationAgentEndpoint.Builder.ingressAddress(Consumer<RangedConnectionDetails.Builder> ingressAddress)
The ingress address of AgentEndpoint.
|
AwsGroundStationAgentEndpoint.Builder |
AwsGroundStationAgentEndpoint.Builder.ingressAddress(RangedConnectionDetails ingressAddress)
The ingress address of AgentEndpoint.
|
AwsGroundStationAgentEndpoint.Builder |
AwsGroundStationAgentEndpoint.Builder.name(String name)
Name string associated with AgentEndpoint.
|
AwsGroundStationAgentEndpoint.Builder |
AwsGroundStationAgentEndpoint.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AwsGroundStationAgentEndpoint.Builder> |
AwsGroundStationAgentEndpoint.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default EndpointDetails.Builder |
EndpointDetails.Builder.awsGroundStationAgentEndpoint(Consumer<AwsGroundStationAgentEndpoint.Builder> awsGroundStationAgentEndpoint)
An agent endpoint.
|
Copyright © 2023. All rights reserved.