Interface MulticastSourceCreateRequest.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<MulticastSourceCreateRequest.Builder,
,MulticastSourceCreateRequest> SdkBuilder<MulticastSourceCreateRequest.Builder,
,MulticastSourceCreateRequest> SdkPojo
- Enclosing class:
MulticastSourceCreateRequest
@Mutable
@NotThreadSafe
public static interface MulticastSourceCreateRequest.Builder
extends SdkPojo, CopyableBuilder<MulticastSourceCreateRequest.Builder,MulticastSourceCreateRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThis represents the ip address of the device sending the multicast stream.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 Details
-
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
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.
-