public static interface AwsGroundStationAgentEndpoint.Builder extends SdkPojo, CopyableBuilder<AwsGroundStationAgentEndpoint.Builder,AwsGroundStationAgentEndpoint>
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsGroundStationAgentEndpoint.Builder agentStatus(String agentStatus)
The status of AgentEndpoint.
agentStatus - The status of AgentEndpoint.AgentStatus,
AgentStatusAwsGroundStationAgentEndpoint.Builder agentStatus(AgentStatus agentStatus)
The status of AgentEndpoint.
agentStatus - The status of AgentEndpoint.AgentStatus,
AgentStatusAwsGroundStationAgentEndpoint.Builder auditResults(String auditResults)
The results of the audit.
auditResults - The results of the audit.AuditResults,
AuditResultsAwsGroundStationAgentEndpoint.Builder auditResults(AuditResults auditResults)
The results of the audit.
auditResults - The results of the audit.AuditResults,
AuditResultsAwsGroundStationAgentEndpoint.Builder egressAddress(ConnectionDetails egressAddress)
The egress address of AgentEndpoint.
egressAddress - The egress address of AgentEndpoint.default AwsGroundStationAgentEndpoint.Builder egressAddress(Consumer<ConnectionDetails.Builder> egressAddress)
The egress address of AgentEndpoint.
This is a convenience method that creates an instance of theConnectionDetails.Builder avoiding the
need to create one manually via ConnectionDetails.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to egressAddress(ConnectionDetails).
egressAddress - a consumer that will call methods on ConnectionDetails.BuilderegressAddress(ConnectionDetails)AwsGroundStationAgentEndpoint.Builder ingressAddress(RangedConnectionDetails ingressAddress)
The ingress address of AgentEndpoint.
ingressAddress - The ingress address of AgentEndpoint.default AwsGroundStationAgentEndpoint.Builder ingressAddress(Consumer<RangedConnectionDetails.Builder> ingressAddress)
The ingress address of AgentEndpoint.
This is a convenience method that creates an instance of theRangedConnectionDetails.Builder avoiding
the need to create one manually via RangedConnectionDetails.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to ingressAddress(RangedConnectionDetails).
ingressAddress - a consumer that will call methods on RangedConnectionDetails.BuilderingressAddress(RangedConnectionDetails)AwsGroundStationAgentEndpoint.Builder name(String name)
Name string associated with AgentEndpoint. Used as a human-readable identifier for AgentEndpoint.
name - Name string associated with AgentEndpoint. Used as a human-readable identifier for AgentEndpoint.Copyright © 2023. All rights reserved.