@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()
Returns true if the Types property was specified by the sender (it may be empty), or false if the sender did not
specify the value (it will be empty).
|
boolean |
hasVpcEndpointIds()
Returns true if the VpcEndpointIds property was specified by the sender (it may be empty), or false if the sender
did not specify the value (it will be empty).
|
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.
You can use hasTypes() to see if a value was sent in this field.
"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()
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.
You can use hasTypes() to see if a value was sent in this field.
"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()
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.
You can use hasVpcEndpointIds() to see if a value was sent in this field.
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 © 2021. All rights reserved.