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