@Generated(value="software.amazon.awssdk:codegen") public final class DestinationConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DestinationConfiguration.Builder,DestinationConfiguration>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DestinationConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DestinationConfiguration.Builder |
builder() |
String |
destinationIp()
The IP address where contents of the media stream will be sent.
|
Integer |
destinationPort()
The port to use when the content of the media stream is distributed to the output.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Interface |
interfaceValue()
The VPC interface that is used for the media stream associated with the output.
|
String |
outboundIp()
The IP address that the receiver requires in order to establish a connection with the flow.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DestinationConfiguration.Builder> |
serializableBuilderClass() |
DestinationConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String destinationIp()
public final Integer destinationPort()
public final Interface interfaceValue()
public final String outboundIp()
public DestinationConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DestinationConfiguration.Builder,DestinationConfiguration>public static DestinationConfiguration.Builder builder()
public static Class<? extends DestinationConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.