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