public static interface EndpointConfiguration.Builder extends CopyableBuilder<EndpointConfiguration.Builder,EndpointConfiguration>
| Modifier and Type | Method and Description |
|---|---|
EndpointConfiguration.Builder |
types(Collection<String> types)
A list of endpoint types of an API (RestApi) or its custom domain name (DomainName).
|
EndpointConfiguration.Builder |
types(String... types)
A list of endpoint types of an API (RestApi) or its custom domain name (DomainName).
|
copyapply, buildEndpointConfiguration.Builder types(Collection<String> 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.
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.EndpointConfiguration.Builder types(String... 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.
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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.