Interface UplinkConnectionDetails.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<UplinkConnectionDetails.Builder,,UplinkConnectionDetails> SdkBuilder<UplinkConnectionDetails.Builder,,UplinkConnectionDetails> SdkPojo
- Enclosing class:
UplinkConnectionDetails
@Mutable
@NotThreadSafe
public static interface UplinkConnectionDetails.Builder
extends SdkPojo, CopyableBuilder<UplinkConnectionDetails.Builder,UplinkConnectionDetails>
-
Method Summary
Modifier and TypeMethodDescriptiondefault UplinkConnectionDetails.BuilderagentIpAndPortAddress(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.default UplinkConnectionDetails.BuilderingressAddressAndPort(Consumer<ConnectionDetails.Builder> ingressAddressAndPort) Sets the value of the IngressAddressAndPort property for this object.ingressAddressAndPort(ConnectionDetails ingressAddressAndPort) Sets the value of the IngressAddressAndPort 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
-
ingressAddressAndPort
Sets the value of the IngressAddressAndPort property for this object.- Parameters:
ingressAddressAndPort- The new value for the IngressAddressAndPort property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ingressAddressAndPort
default UplinkConnectionDetails.Builder ingressAddressAndPort(Consumer<ConnectionDetails.Builder> ingressAddressAndPort) Sets the value of the IngressAddressAndPort 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 toingressAddressAndPort(ConnectionDetails).- Parameters:
ingressAddressAndPort- 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:
-
agentIpAndPortAddress
UplinkConnectionDetails.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 UplinkConnectionDetails.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:
-