@Generated(value="software.amazon.awssdk:codegen") public final class EndpointConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EndpointConfiguration.Builder,EndpointConfiguration>
The endpoint configuration to indicate the types of endpoints an API (RestApi) or its custom domain name (DomainName) has.
| Modifier and Type | Class and Description |
|---|---|
static interface |
EndpointConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
static EndpointConfiguration.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasTypes()
For responses, this returns true if the service returned a value for the Types property.
|
boolean |
hasVpcEndpointIds()
For responses, this returns true if the service returned a value for the VpcEndpointIds property.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends EndpointConfiguration.Builder> |
serializableBuilderClass() |
EndpointConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
List<EndpointType> |
types()
A list of endpoint types of an API (RestApi) or its custom domain name (DomainName).
|
List<String> |
typesAsStrings()
A list of endpoint types of an API (RestApi) or its custom domain name (DomainName).
|
List<String> |
vpcEndpointIds()
A list of VpcEndpointIds of an API (RestApi) against which to create Route53 ALIASes.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final List<EndpointType> types()
A list of endpoint types of an API (RestApi) or its custom domain name (DomainName). For an edge-optimized API
and its custom domain name, the endpoint type is "EDGE". For a regional API and its custom domain
name, the endpoint type is REGIONAL. For a private API, the endpoint type is PRIVATE.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasTypes() method.
"EDGE". For a regional
API and its custom domain name, the endpoint type is REGIONAL. For a private API, the
endpoint type is PRIVATE.public final boolean hasTypes()
isEmpty() method on the property). This is useful
because the SDK will never return a null collection or map, but you may need to differentiate between the service
returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true
if a value for the property was specified in the request builder, and false if a value was not specified.public final List<String> typesAsStrings()
A list of endpoint types of an API (RestApi) or its custom domain name (DomainName). For an edge-optimized API
and its custom domain name, the endpoint type is "EDGE". For a regional API and its custom domain
name, the endpoint type is REGIONAL. For a private API, the endpoint type is PRIVATE.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasTypes() method.
"EDGE". For a regional
API and its custom domain name, the endpoint type is REGIONAL. For a private API, the
endpoint type is PRIVATE.public final boolean hasVpcEndpointIds()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final List<String> vpcEndpointIds()
A list of VpcEndpointIds of an API (RestApi) against which to create Route53 ALIASes. It is only supported for
PRIVATE endpoint type.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasVpcEndpointIds() method.
PRIVATE endpoint type.public EndpointConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<EndpointConfiguration.Builder,EndpointConfiguration>public static EndpointConfiguration.Builder builder()
public static Class<? extends EndpointConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.