public static interface AwsApiGatewayEndpointConfiguration.Builder extends SdkPojo, CopyableBuilder<AwsApiGatewayEndpointConfiguration.Builder,AwsApiGatewayEndpointConfiguration>
| Modifier and Type | Method and Description |
|---|---|
AwsApiGatewayEndpointConfiguration.Builder |
types(Collection<String> types)
A list of endpoint types for the REST API.
|
AwsApiGatewayEndpointConfiguration.Builder |
types(String... types)
A list of endpoint types for the REST API.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsApiGatewayEndpointConfiguration.Builder types(Collection<String> types)
A list of endpoint types for the REST API.
For an edge-optimized API, the endpoint type is EDGE. For a Regional API, the endpoint type is
REGIONAL. For a private API, the endpoint type is PRIVATE.
types - A list of endpoint types for the REST API.
For an edge-optimized API, the endpoint type is EDGE. For a Regional API, the endpoint
type is REGIONAL. For a private API, the endpoint type is PRIVATE.
AwsApiGatewayEndpointConfiguration.Builder types(String... types)
A list of endpoint types for the REST API.
For an edge-optimized API, the endpoint type is EDGE. For a Regional API, the endpoint type is
REGIONAL. For a private API, the endpoint type is PRIVATE.
types - A list of endpoint types for the REST API.
For an edge-optimized API, the endpoint type is EDGE. For a Regional API, the endpoint
type is REGIONAL. For a private API, the endpoint type is PRIVATE.
Copyright © 2023. All rights reserved.