Interface UplinkAwsGroundStationAgentEndpointDetails.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<UplinkAwsGroundStationAgentEndpointDetails.Builder,,UplinkAwsGroundStationAgentEndpointDetails> SdkBuilder<UplinkAwsGroundStationAgentEndpointDetails.Builder,,UplinkAwsGroundStationAgentEndpointDetails> SdkPojo
- Enclosing class:
UplinkAwsGroundStationAgentEndpointDetails
@Mutable
@NotThreadSafe
public static interface UplinkAwsGroundStationAgentEndpointDetails.Builder
extends SdkPojo, CopyableBuilder<UplinkAwsGroundStationAgentEndpointDetails.Builder,UplinkAwsGroundStationAgentEndpointDetails>
-
Method Summary
Modifier and TypeMethodDescriptionagentStatus(String agentStatus) Status of the agent associated with the uplink dataflow endpointagentStatus(AgentStatus agentStatus) Status of the agent associated with the uplink dataflow endpointauditResults(String auditResults) Health audit results for the uplink dataflow endpointauditResults(AuditResults auditResults) Health audit results for the uplink dataflow endpointdataflowDetails(Consumer<UplinkDataflowDetails.Builder> dataflowDetails) Dataflow details for the uplink endpointdataflowDetails(UplinkDataflowDetails dataflowDetails) Dataflow details for the uplink endpointUplink dataflow endpoint nameMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
name
Uplink dataflow endpoint name
- Parameters:
name- Uplink dataflow endpoint name- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataflowDetails
UplinkAwsGroundStationAgentEndpointDetails.Builder dataflowDetails(UplinkDataflowDetails dataflowDetails) Dataflow details for the uplink endpoint
- Parameters:
dataflowDetails- Dataflow details for the uplink endpoint- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataflowDetails
default UplinkAwsGroundStationAgentEndpointDetails.Builder dataflowDetails(Consumer<UplinkDataflowDetails.Builder> dataflowDetails) Dataflow details for the uplink endpoint
This is a convenience method that creates an instance of theUplinkDataflowDetails.Builderavoiding the need to create one manually viaUplinkDataflowDetails.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todataflowDetails(UplinkDataflowDetails).- Parameters:
dataflowDetails- a consumer that will call methods onUplinkDataflowDetails.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
agentStatus
Status of the agent associated with the uplink dataflow endpoint
- Parameters:
agentStatus- Status of the agent associated with the uplink dataflow endpoint- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
agentStatus
Status of the agent associated with the uplink dataflow endpoint
- Parameters:
agentStatus- Status of the agent associated with the uplink dataflow endpoint- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
auditResults
Health audit results for the uplink dataflow endpoint
- Parameters:
auditResults- Health audit results for the uplink dataflow endpoint- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
auditResults
Health audit results for the uplink dataflow endpoint
- Parameters:
auditResults- Health audit results for the uplink dataflow endpoint- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-