public static interface EndpointConfiguration.Builder extends CopyableBuilder<EndpointConfiguration.Builder,EndpointConfiguration>
Modifier and Type | Method and Description |
---|---|
EndpointConfiguration.Builder |
types(Collection<EndpointType> types)
A list of endpoint types of an API (RestApi) or its custom domain name (DomainName).
|
EndpointConfiguration.Builder |
types(EndpointType... types)
A list of endpoint types of an API (RestApi) or its custom domain name (DomainName).
|
EndpointConfiguration.Builder |
typesWithStrings(Collection<String> types)
A list of endpoint types of an API (RestApi) or its custom domain name (DomainName).
|
EndpointConfiguration.Builder |
typesWithStrings(String... types)
A list of endpoint types of an API (RestApi) or its custom domain name (DomainName).
|
copy
applyMutation, build
EndpointConfiguration.Builder typesWithStrings(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 typesWithStrings(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(Collection<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
.
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(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
.
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.