Interface DownlinkDataflowDetails.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<DownlinkDataflowDetails.Builder,,DownlinkDataflowDetails> SdkBuilder<DownlinkDataflowDetails.Builder,,DownlinkDataflowDetails> SdkPojo
- Enclosing class:
DownlinkDataflowDetails
@Mutable
@NotThreadSafe
public static interface DownlinkDataflowDetails.Builder
extends SdkPojo, CopyableBuilder<DownlinkDataflowDetails.Builder,DownlinkDataflowDetails>
-
Method Summary
Modifier and TypeMethodDescriptiondefault DownlinkDataflowDetails.BuilderagentConnectionDetails(Consumer<DownlinkConnectionDetails.Builder> agentConnectionDetails) Downlink connection details for customer to Agent and Agent to Ground StationagentConnectionDetails(DownlinkConnectionDetails agentConnectionDetails) Downlink connection details for customer to Agent and Agent to Ground StationMethods 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
-
agentConnectionDetails
DownlinkDataflowDetails.Builder agentConnectionDetails(DownlinkConnectionDetails agentConnectionDetails) Downlink connection details for customer to Agent and Agent to Ground Station
- Parameters:
agentConnectionDetails- Downlink connection details for customer to Agent and Agent to Ground Station- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
agentConnectionDetails
default DownlinkDataflowDetails.Builder agentConnectionDetails(Consumer<DownlinkConnectionDetails.Builder> agentConnectionDetails) Downlink connection details for customer to Agent and Agent to Ground Station
This is a convenience method that creates an instance of theDownlinkConnectionDetails.Builderavoiding the need to create one manually viaDownlinkConnectionDetails.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toagentConnectionDetails(DownlinkConnectionDetails).- Parameters:
agentConnectionDetails- a consumer that will call methods onDownlinkConnectionDetails.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-