Uses of Interface
software.amazon.awssdk.services.apigateway.model.RestApi.Builder
Packages that use RestApi.Builder
-
Uses of RestApi.Builder in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return RestApi.BuilderModifier and TypeMethodDescriptionRestApi.Builder.apiKeySource(String apiKeySource) The source of the API key for metering requests according to a usage plan.RestApi.Builder.apiKeySource(ApiKeySourceType apiKeySource) The source of the API key for metering requests according to a usage plan.The ApiStatus of the RestApi.The ApiStatus of the RestApi.RestApi.Builder.apiStatusMessage(String apiStatusMessage) The status message of the RestApi.RestApi.Builder.binaryMediaTypes(String... binaryMediaTypes) The list of binary media types supported by the RestApi.RestApi.Builder.binaryMediaTypes(Collection<String> binaryMediaTypes) The list of binary media types supported by the RestApi.static RestApi.BuilderRestApi.builder()RestApi.Builder.createdDate(Instant createdDate) The timestamp when the API was created.RestApi.Builder.description(String description) The API's description.RestApi.Builder.disableExecuteApiEndpoint(Boolean disableExecuteApiEndpoint) Specifies whether clients can invoke your API by using the defaultexecute-apiendpoint.RestApi.Builder.endpointAccessMode(String endpointAccessMode) The endpoint access mode of the RestApi.RestApi.Builder.endpointAccessMode(EndpointAccessMode endpointAccessMode) The endpoint access mode of the RestApi.default RestApi.BuilderRestApi.Builder.endpointConfiguration(Consumer<EndpointConfiguration.Builder> endpointConfiguration) The endpoint configuration of this RestApi showing the endpoint types and IP address types of the API.RestApi.Builder.endpointConfiguration(EndpointConfiguration endpointConfiguration) The endpoint configuration of this RestApi showing the endpoint types and IP address types of the API.The API's identifier.RestApi.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.The API's name.A stringified JSON policy document that applies to this RestApi regardless of the caller and Method configuration.RestApi.Builder.rootResourceId(String rootResourceId) The API's root resource ID.RestApi.Builder.securityPolicy(String securityPolicy) The Transport Layer Security (TLS) version + cipher suite for this RestApi.RestApi.Builder.securityPolicy(SecurityPolicy securityPolicy) The Transport Layer Security (TLS) version + cipher suite for this RestApi.The collection of tags.RestApi.toBuilder()A version identifier for the API.The warning messages reported whenfailonwarningsis turned on during API import.RestApi.Builder.warnings(Collection<String> warnings) The warning messages reported whenfailonwarningsis turned on during API import.Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type RestApi.BuilderModifier and TypeMethodDescriptionstatic Class<? extends RestApi.Builder>RestApi.serializableBuilderClass()