Class AccessEndpoint
- java.lang.Object
-
- software.amazon.awssdk.services.appstream.model.AccessEndpoint
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AccessEndpoint.Builder,AccessEndpoint>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAccessEndpoint.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AccessEndpoint.Builderbuilder()AccessEndpointTypeendpointType()The type of interface endpoint.StringendpointTypeAsString()The type of interface endpoint.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 AccessEndpoint.Builder>serializableBuilderClass()AccessEndpoint.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringvpceId()The identifier (ID) of the VPC in which the interface endpoint is used.-
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
-
endpointType
public final AccessEndpointType endpointType()
The type of interface endpoint.
If the service returns an enum value that is not available in the current SDK version,
endpointTypewill returnAccessEndpointType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromendpointTypeAsString().- Returns:
- The type of interface endpoint.
- See Also:
AccessEndpointType
-
endpointTypeAsString
public final String endpointTypeAsString()
The type of interface endpoint.
If the service returns an enum value that is not available in the current SDK version,
endpointTypewill returnAccessEndpointType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromendpointTypeAsString().- Returns:
- The type of interface endpoint.
- See Also:
AccessEndpointType
-
vpceId
public final String vpceId()
The identifier (ID) of the VPC in which the interface endpoint is used.
- Returns:
- The identifier (ID) of the VPC in which the interface endpoint is used.
-
toBuilder
public AccessEndpoint.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AccessEndpoint.Builder,AccessEndpoint>
-
builder
public static AccessEndpoint.Builder builder()
-
serializableBuilderClass
public static Class<? extends AccessEndpoint.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
-
-