@Generated(value="software.amazon.awssdk:codegen") public final class AccessEndpoint extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AccessEndpoint.Builder,AccessEndpoint>
Describes an interface VPC endpoint (interface endpoint) that lets you create a private connection between the virtual private cloud (VPC) that you specify and AppStream 2.0. When you specify an interface endpoint for a stack, users of the stack can connect to AppStream 2.0 only through that endpoint. When you specify an interface endpoint for an image builder, administrators can connect to the image builder only through that endpoint.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AccessEndpoint.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AccessEndpoint.Builder |
builder() |
AccessEndpointType |
endpointType()
The type of interface endpoint.
|
String |
endpointTypeAsString()
The type of interface endpoint.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends AccessEndpoint.Builder> |
serializableBuilderClass() |
AccessEndpoint.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
vpceId()
The identifier (ID) of the VPC in which the interface endpoint is used.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final AccessEndpointType endpointType()
The type of interface endpoint.
If the service returns an enum value that is not available in the current SDK version, endpointType will
return AccessEndpointType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
endpointTypeAsString().
AccessEndpointTypepublic final String endpointTypeAsString()
The type of interface endpoint.
If the service returns an enum value that is not available in the current SDK version, endpointType will
return AccessEndpointType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
endpointTypeAsString().
AccessEndpointTypepublic final String vpceId()
The identifier (ID) of the VPC in which the interface endpoint is used.
public AccessEndpoint.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AccessEndpoint.Builder,AccessEndpoint>public static AccessEndpoint.Builder builder()
public static Class<? extends AccessEndpoint.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.