Interface NdiDiscoveryServerConfig.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<NdiDiscoveryServerConfig.Builder,
,NdiDiscoveryServerConfig> SdkBuilder<NdiDiscoveryServerConfig.Builder,
,NdiDiscoveryServerConfig> SdkPojo
- Enclosing class:
NdiDiscoveryServerConfig
@Mutable
@NotThreadSafe
public static interface NdiDiscoveryServerConfig.Builder
extends SdkPojo, CopyableBuilder<NdiDiscoveryServerConfig.Builder,NdiDiscoveryServerConfig>
-
Method Summary
Modifier and TypeMethodDescriptiondiscoveryServerAddress
(String discoveryServerAddress) The unique network address of the NDI discovery server.discoveryServerPort
(Integer discoveryServerPort) The port for the NDI discovery server.vpcInterfaceAdapter
(String vpcInterfaceAdapter) The identifier for the Virtual Private Cloud (VPC) network interface used by the flow.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
-
discoveryServerAddress
The unique network address of the NDI discovery server.
- Parameters:
discoveryServerAddress
- The unique network address of the NDI discovery server.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
discoveryServerPort
The port for the NDI discovery server. Defaults to 5959 if a custom port isn't specified.
- Parameters:
discoveryServerPort
- The port for the NDI discovery server. Defaults to 5959 if a custom port isn't specified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpcInterfaceAdapter
The identifier for the Virtual Private Cloud (VPC) network interface used by the flow.
- Parameters:
vpcInterfaceAdapter
- The identifier for the Virtual Private Cloud (VPC) network interface used by the flow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-