public static interface EndpointConfiguration.Builder extends SdkPojo, 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).
|
EndpointConfiguration.Builder |
vpcEndpointIds(Collection<String> vpcEndpointIds)
A list of VpcEndpointIds of an API (RestApi) against which to create Route53 ALIASes.
|
EndpointConfiguration.Builder |
vpcEndpointIds(String... vpcEndpointIds)
A list of VpcEndpointIds of an API (RestApi) against which to create Route53 ALIASes.
|
equalsBySdkFields, sdkFields
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
. For a private API, the endpoint type
is PRIVATE
.
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
.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
. For a private API, the endpoint type
is PRIVATE
.
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
.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
. For a private API, the endpoint type
is PRIVATE
.
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
.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
. For a private API, the endpoint type
is PRIVATE
.
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
.EndpointConfiguration.Builder vpcEndpointIds(Collection<String> vpcEndpointIds)
A list of VpcEndpointIds of an API (RestApi) against which to create Route53 ALIASes. It is only
supported for PRIVATE
endpoint type.
vpcEndpointIds
- A list of VpcEndpointIds of an API (RestApi) against which to create Route53 ALIASes. It is
only supported for PRIVATE
endpoint type.EndpointConfiguration.Builder vpcEndpointIds(String... vpcEndpointIds)
A list of VpcEndpointIds of an API (RestApi) against which to create Route53 ALIASes. It is only
supported for PRIVATE
endpoint type.
vpcEndpointIds
- A list of VpcEndpointIds of an API (RestApi) against which to create Route53 ALIASes. It is
only supported for PRIVATE
endpoint type.Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.