Interface StageEndpoints.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<StageEndpoints.Builder,StageEndpoints>,SdkBuilder<StageEndpoints.Builder,StageEndpoints>,SdkPojo
- Enclosing class:
- StageEndpoints
public static interface StageEndpoints.Builder extends SdkPojo, CopyableBuilder<StageEndpoints.Builder,StageEndpoints>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StageEndpoints.Builderevents(String events)Events endpoint.StageEndpoints.Builderrtmp(String rtmp)The endpoint to be used for IVS real-time streaming using the RTMP protocol.StageEndpoints.Builderrtmps(String rtmps)The endpoint to be used for IVS real-time streaming using the RTMPS protocol.StageEndpoints.Builderwhip(String whip)The endpoint to be used for IVS real-time streaming using the WHIP protocol.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
events
StageEndpoints.Builder events(String events)
Events endpoint.
- Parameters:
events- Events endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
whip
StageEndpoints.Builder whip(String whip)
The endpoint to be used for IVS real-time streaming using the WHIP protocol.
- Parameters:
whip- The endpoint to be used for IVS real-time streaming using the WHIP protocol.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
rtmp
StageEndpoints.Builder rtmp(String rtmp)
The endpoint to be used for IVS real-time streaming using the RTMP protocol.
- Parameters:
rtmp- The endpoint to be used for IVS real-time streaming using the RTMP protocol.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
rtmps
StageEndpoints.Builder rtmps(String rtmps)
The endpoint to be used for IVS real-time streaming using the RTMPS protocol.
- Parameters:
rtmps- The endpoint to be used for IVS real-time streaming using the RTMPS protocol.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-