Interface NdiSourceSettings.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<NdiSourceSettings.Builder,,NdiSourceSettings> SdkBuilder<NdiSourceSettings.Builder,,NdiSourceSettings> SdkPojo
- Enclosing class:
NdiSourceSettings
@Mutable
@NotThreadSafe
public static interface NdiSourceSettings.Builder
extends SdkPojo, CopyableBuilder<NdiSourceSettings.Builder,NdiSourceSettings>
-
Method Summary
Modifier and TypeMethodDescriptionsourceName(String sourceName) The exact name of an existing NDI sender that's registered with your discovery server.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
sourceName
The exact name of an existing NDI sender that's registered with your discovery server. If included, the format of this name must be
MACHINENAME (ProgramName).- Parameters:
sourceName- The exact name of an existing NDI sender that's registered with your discovery server. If included, the format of this name must beMACHINENAME (ProgramName).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-