Class NodeInterfaceMappingCreateRequest
- java.lang.Object
-
- software.amazon.awssdk.services.medialive.model.NodeInterfaceMappingCreateRequest
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<NodeInterfaceMappingCreateRequest.Builder,NodeInterfaceMappingCreateRequest>
@Generated("software.amazon.awssdk:codegen") public final class NodeInterfaceMappingCreateRequest extends Object implements SdkPojo, Serializable, ToCopyableBuilder<NodeInterfaceMappingCreateRequest.Builder,NodeInterfaceMappingCreateRequest>
Used in CreateNodeRequest.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceNodeInterfaceMappingCreateRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static NodeInterfaceMappingCreateRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringlogicalInterfaceName()Specify one of the logicalInterfaceNames that you created in the Cluster that this node belongs to.NetworkInterfaceModenetworkInterfaceMode()The style of the network -- NAT or BRIDGE.StringnetworkInterfaceModeAsString()The style of the network -- NAT or BRIDGE.StringphysicalInterfaceName()Specify the physical name that corresponds to the logicalInterfaceName that you specified in this interface mapping.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends NodeInterfaceMappingCreateRequest.Builder>serializableBuilderClass()NodeInterfaceMappingCreateRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
logicalInterfaceName
public final String logicalInterfaceName()
Specify one of the logicalInterfaceNames that you created in the Cluster that this node belongs to. For example, my-Inputs-Interface.- Returns:
- Specify one of the logicalInterfaceNames that you created in the Cluster that this node belongs to. For example, my-Inputs-Interface.
-
networkInterfaceMode
public final NetworkInterfaceMode networkInterfaceMode()
The style of the network -- NAT or BRIDGE.If the service returns an enum value that is not available in the current SDK version,
networkInterfaceModewill returnNetworkInterfaceMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromnetworkInterfaceModeAsString().- Returns:
- The style of the network -- NAT or BRIDGE.
- See Also:
NetworkInterfaceMode
-
networkInterfaceModeAsString
public final String networkInterfaceModeAsString()
The style of the network -- NAT or BRIDGE.If the service returns an enum value that is not available in the current SDK version,
networkInterfaceModewill returnNetworkInterfaceMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromnetworkInterfaceModeAsString().- Returns:
- The style of the network -- NAT or BRIDGE.
- See Also:
NetworkInterfaceMode
-
physicalInterfaceName
public final String physicalInterfaceName()
Specify the physical name that corresponds to the logicalInterfaceName that you specified in this interface mapping. For example, Eth1 or ENO1234EXAMPLE.- Returns:
- Specify the physical name that corresponds to the logicalInterfaceName that you specified in this interface mapping. For example, Eth1 or ENO1234EXAMPLE.
-
toBuilder
public NodeInterfaceMappingCreateRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<NodeInterfaceMappingCreateRequest.Builder,NodeInterfaceMappingCreateRequest>
-
builder
public static NodeInterfaceMappingCreateRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends NodeInterfaceMappingCreateRequest.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-