Interface MulticastSource.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<MulticastSource.Builder,MulticastSource>,SdkBuilder<MulticastSource.Builder,MulticastSource>,SdkPojo
- Enclosing class:
- MulticastSource
public static interface MulticastSource.Builder extends SdkPojo, CopyableBuilder<MulticastSource.Builder,MulticastSource>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MulticastSource.BuildersourceIp(String sourceIp)This represents the ip address of the device sending the multicast stream.MulticastSource.Builderurl(String url)This represents the customer's source URL where multicast stream is pulled 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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
sourceIp
MulticastSource.Builder sourceIp(String sourceIp)
This represents the ip address of the device sending the multicast stream.- Parameters:
sourceIp- This represents the ip address of the device sending the multicast stream.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
url
MulticastSource.Builder url(String url)
This represents the customer's source URL where multicast stream is pulled from.- Parameters:
url- This represents the customer's source URL where multicast stream is pulled from.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-