@Generated(value="software.amazon.awssdk:codegen") public final class NetworkAccessConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<NetworkAccessConfiguration.Builder,NetworkAccessConfiguration>
The network details of the fleet instance for the streaming session.
Modifier and Type | Class and Description |
---|---|
static interface |
NetworkAccessConfiguration.Builder |
Modifier and Type | Method and Description |
---|---|
static NetworkAccessConfiguration.Builder |
builder() |
String |
eniId()
The resource identifier of the elastic network interface that is attached to instances in your VPC.
|
String |
eniPrivateIpAddress()
The private IP address of the elastic network interface that is attached to instances in your VPC.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends NetworkAccessConfiguration.Builder> |
serializableBuilderClass() |
NetworkAccessConfiguration.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String eniPrivateIpAddress()
The private IP address of the elastic network interface that is attached to instances in your VPC.
public 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.
public NetworkAccessConfiguration.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<NetworkAccessConfiguration.Builder,NetworkAccessConfiguration>
public static NetworkAccessConfiguration.Builder builder()
public static Class<? extends NetworkAccessConfiguration.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.