Interface ChannelEgressEndpoint.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ChannelEgressEndpoint.Builder,ChannelEgressEndpoint>,SdkBuilder<ChannelEgressEndpoint.Builder,ChannelEgressEndpoint>,SdkPojo
- Enclosing class:
- ChannelEgressEndpoint
public static interface ChannelEgressEndpoint.Builder extends SdkPojo, CopyableBuilder<ChannelEgressEndpoint.Builder,ChannelEgressEndpoint>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ChannelEgressEndpoint.BuildersourceIp(String sourceIp)Public IP of where a channel's output comes from-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
sourceIp
ChannelEgressEndpoint.Builder sourceIp(String sourceIp)
Public IP of where a channel's output comes from- Parameters:
sourceIp- Public IP of where a channel's output comes from- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-