Class NetworkAccessConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.appstream.model.NetworkAccessConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<NetworkAccessConfiguration.Builder,NetworkAccessConfiguration>
@Generated("software.amazon.awssdk:codegen") public final class NetworkAccessConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<NetworkAccessConfiguration.Builder,NetworkAccessConfiguration>
Describes the network details of the fleet or image builder instance.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceNetworkAccessConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static NetworkAccessConfiguration.Builderbuilder()StringeniId()The resource identifier of the elastic network interface that is attached to instances in your VPC.StringeniPrivateIpAddress()The private IP address of the elastic network interface that is attached to instances in your VPC.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends NetworkAccessConfiguration.Builder>serializableBuilderClass()NetworkAccessConfiguration.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
-
eniPrivateIpAddress
public final String eniPrivateIpAddress()
The private IP address of the elastic network interface that is attached to instances in your VPC.
- Returns:
- The private IP address of the elastic network interface that is attached to instances in your VPC.
-
eniId
public final String eniId()
The resource identifier of the elastic network interface that is attached to instances in your VPC. All network interfaces have the eni-xxxxxxxx resource identifier.
- Returns:
- The resource identifier of the elastic network interface that is attached to instances in your VPC. All network interfaces have the eni-xxxxxxxx resource identifier.
-
toBuilder
public NetworkAccessConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<NetworkAccessConfiguration.Builder,NetworkAccessConfiguration>
-
builder
public static NetworkAccessConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends NetworkAccessConfiguration.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
-
-