ImportRestApiResponse.Builder |
ImportRestApiResponse.Builder.apiKeySource(String apiKeySource) |
The source of the API key for metering requests according to a usage plan.
|
ImportRestApiResponse.Builder |
ImportRestApiResponse.Builder.apiKeySource(ApiKeySourceType apiKeySource) |
The source of the API key for metering requests according to a usage plan.
|
ImportRestApiResponse.Builder |
ImportRestApiResponse.Builder.binaryMediaTypes(String... binaryMediaTypes) |
The list of binary media types supported by the RestApi.
|
ImportRestApiResponse.Builder |
ImportRestApiResponse.Builder.binaryMediaTypes(Collection<String> binaryMediaTypes) |
The list of binary media types supported by the RestApi.
|
static ImportRestApiResponse.Builder |
ImportRestApiResponse.builder() |
|
ImportRestApiResponse.Builder |
ImportRestApiResponse.Builder.createdDate(Instant createdDate) |
The timestamp when the API was created.
|
ImportRestApiResponse.Builder |
ImportRestApiResponse.Builder.description(String description) |
The API's description.
|
ImportRestApiResponse.Builder |
ImportRestApiResponse.Builder.disableExecuteApiEndpoint(Boolean disableExecuteApiEndpoint) |
Specifies whether clients can invoke your API by using the default execute-api endpoint.
|
default ImportRestApiResponse.Builder |
ImportRestApiResponse.Builder.endpointConfiguration(Consumer<EndpointConfiguration.Builder> endpointConfiguration) |
The endpoint configuration of this RestApi showing the endpoint types of the API.
|
ImportRestApiResponse.Builder |
ImportRestApiResponse.Builder.endpointConfiguration(EndpointConfiguration endpointConfiguration) |
The endpoint configuration of this RestApi showing the endpoint types of the API.
|
ImportRestApiResponse.Builder |
ImportRestApiResponse.Builder.id(String id) |
The API's identifier.
|
ImportRestApiResponse.Builder |
ImportRestApiResponse.Builder.minimumCompressionSize(Integer minimumCompressionSize) |
A nullable integer that is used to enable compression (with non-negative between 0 and 10485760 (10M) bytes,
inclusive) or disable compression (with a null value) on an API.
|
ImportRestApiResponse.Builder |
ImportRestApiResponse.Builder.name(String name) |
The API's name.
|
ImportRestApiResponse.Builder |
ImportRestApiResponse.Builder.policy(String policy) |
A stringified JSON policy document that applies to this RestApi regardless of the caller and Method
configuration.
|
ImportRestApiResponse.Builder |
ImportRestApiResponse.Builder.rootResourceId(String rootResourceId) |
The API's root resource ID.
|
ImportRestApiResponse.Builder |
ImportRestApiResponse.Builder.tags(Map<String,String> tags) |
The collection of tags.
|
ImportRestApiResponse.Builder |
ImportRestApiResponse.toBuilder() |
|
ImportRestApiResponse.Builder |
ImportRestApiResponse.Builder.version(String version) |
A version identifier for the API.
|
ImportRestApiResponse.Builder |
ImportRestApiResponse.Builder.warnings(String... warnings) |
The warning messages reported when failonwarnings is turned on during API import.
|
ImportRestApiResponse.Builder |
ImportRestApiResponse.Builder.warnings(Collection<String> warnings) |
The warning messages reported when failonwarnings is turned on during API import.
|