Interface DownlinkConnectionDetails.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<DownlinkConnectionDetails.Builder,,DownlinkConnectionDetails> SdkBuilder<DownlinkConnectionDetails.Builder,,DownlinkConnectionDetails> SdkPojo
- Enclosing class:
DownlinkConnectionDetails
@Mutable
@NotThreadSafe
public static interface DownlinkConnectionDetails.Builder
extends SdkPojo, CopyableBuilder<DownlinkConnectionDetails.Builder,DownlinkConnectionDetails>
-
Method Summary
Modifier and TypeMethodDescriptionagentIpAndPortAddress(Consumer<RangedConnectionDetails.Builder> agentIpAndPortAddress) Sets the value of the AgentIpAndPortAddress property for this object.agentIpAndPortAddress(RangedConnectionDetails agentIpAndPortAddress) Sets the value of the AgentIpAndPortAddress property for this object.egressAddressAndPort(Consumer<ConnectionDetails.Builder> egressAddressAndPort) Sets the value of the EgressAddressAndPort property for this object.egressAddressAndPort(ConnectionDetails egressAddressAndPort) Sets the value of the EgressAddressAndPort property for this object.Methods 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
-
agentIpAndPortAddress
DownlinkConnectionDetails.Builder agentIpAndPortAddress(RangedConnectionDetails agentIpAndPortAddress) Sets the value of the AgentIpAndPortAddress property for this object.- Parameters:
agentIpAndPortAddress- The new value for the AgentIpAndPortAddress property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
agentIpAndPortAddress
default DownlinkConnectionDetails.Builder agentIpAndPortAddress(Consumer<RangedConnectionDetails.Builder> agentIpAndPortAddress) Sets the value of the AgentIpAndPortAddress property for this object. This is a convenience method that creates an instance of theRangedConnectionDetails.Builderavoiding the need to create one manually viaRangedConnectionDetails.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toagentIpAndPortAddress(RangedConnectionDetails).- Parameters:
agentIpAndPortAddress- a consumer that will call methods onRangedConnectionDetails.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
egressAddressAndPort
Sets the value of the EgressAddressAndPort property for this object.- Parameters:
egressAddressAndPort- The new value for the EgressAddressAndPort property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
egressAddressAndPort
default DownlinkConnectionDetails.Builder egressAddressAndPort(Consumer<ConnectionDetails.Builder> egressAddressAndPort) Sets the value of the EgressAddressAndPort property for this object. This is a convenience method that creates an instance of theConnectionDetails.Builderavoiding the need to create one manually viaConnectionDetails.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toegressAddressAndPort(ConnectionDetails).- Parameters:
egressAddressAndPort- a consumer that will call methods onConnectionDetails.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-