@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) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends EndpointConfiguration.Builder> |
serializableBuilderClass() |
EndpointConfiguration.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
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).
|
copy
public 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.
"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 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.
"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 EndpointConfiguration.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<EndpointConfiguration.Builder,EndpointConfiguration>
public static EndpointConfiguration.Builder builder()
public static Class<? extends EndpointConfiguration.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.