Interface ResourceEndpointListItem.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ResourceEndpointListItem.Builder,ResourceEndpointListItem>,SdkBuilder<ResourceEndpointListItem.Builder,ResourceEndpointListItem>,SdkPojo
- Enclosing class:
- ResourceEndpointListItem
public static interface ResourceEndpointListItem.Builder extends SdkPojo, CopyableBuilder<ResourceEndpointListItem.Builder,ResourceEndpointListItem>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ResourceEndpointListItem.Builderprotocol(String protocol)The protocol of the signaling channel returned by theGetSignalingChannelEndpointAPI.ResourceEndpointListItem.Builderprotocol(ChannelProtocol protocol)The protocol of the signaling channel returned by theGetSignalingChannelEndpointAPI.ResourceEndpointListItem.BuilderresourceEndpoint(String resourceEndpoint)The endpoint of the signaling channel returned by theGetSignalingChannelEndpointAPI.-
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
-
protocol
ResourceEndpointListItem.Builder protocol(String protocol)
The protocol of the signaling channel returned by the
GetSignalingChannelEndpointAPI.- Parameters:
protocol- The protocol of the signaling channel returned by theGetSignalingChannelEndpointAPI.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ChannelProtocol,ChannelProtocol
-
protocol
ResourceEndpointListItem.Builder protocol(ChannelProtocol protocol)
The protocol of the signaling channel returned by the
GetSignalingChannelEndpointAPI.- Parameters:
protocol- The protocol of the signaling channel returned by theGetSignalingChannelEndpointAPI.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ChannelProtocol,ChannelProtocol
-
resourceEndpoint
ResourceEndpointListItem.Builder resourceEndpoint(String resourceEndpoint)
The endpoint of the signaling channel returned by the
GetSignalingChannelEndpointAPI.- Parameters:
resourceEndpoint- The endpoint of the signaling channel returned by theGetSignalingChannelEndpointAPI.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-