@Generated(value="software.amazon.awssdk:codegen") public final class InstanceAccess extends Object implements SdkPojo, Serializable, ToCopyableBuilder<InstanceAccess.Builder,InstanceAccess>
Information required to remotely connect to a fleet instance. Access is requested by calling GetInstanceAccess.
Modifier and Type | Class and Description |
---|---|
static interface |
InstanceAccess.Builder |
Modifier and Type | Method and Description |
---|---|
static InstanceAccess.Builder |
builder() |
InstanceCredentials |
credentials()
Credentials required to access the instance.
|
boolean |
equals(Object obj) |
String |
fleetId()
Unique identifier for a fleet containing the instance being accessed.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
instanceId()
Unique identifier for an instance being accessed.
|
String |
ipAddress()
IP address assigned to the instance.
|
OperatingSystem |
operatingSystem()
Operating system that is running on the instance.
|
String |
operatingSystemAsString()
Operating system that is running on the instance.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends InstanceAccess.Builder> |
serializableBuilderClass() |
InstanceAccess.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 fleetId()
Unique identifier for a fleet containing the instance being accessed.
public String instanceId()
Unique identifier for an instance being accessed.
public String ipAddress()
IP address assigned to the instance.
public OperatingSystem operatingSystem()
Operating system that is running on the instance.
If the service returns an enum value that is not available in the current SDK version, operatingSystem
will return OperatingSystem.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available
from operatingSystemAsString()
.
OperatingSystem
public String operatingSystemAsString()
Operating system that is running on the instance.
If the service returns an enum value that is not available in the current SDK version, operatingSystem
will return OperatingSystem.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available
from operatingSystemAsString()
.
OperatingSystem
public InstanceCredentials credentials()
Credentials required to access the instance.
public InstanceAccess.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<InstanceAccess.Builder,InstanceAccess>
public static InstanceAccess.Builder builder()
public static Class<? extends InstanceAccess.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.