Uses of Interface
software.amazon.awssdk.services.apigateway.model.CreateRestApiRequest.Builder
Packages that use CreateRestApiRequest.Builder
Package
Description
-
Uses of CreateRestApiRequest.Builder in software.amazon.awssdk.services.apigateway
Method parameters in software.amazon.awssdk.services.apigateway with type arguments of type CreateRestApiRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<CreateRestApiResponse>ApiGatewayAsyncClient.createRestApi(Consumer<CreateRestApiRequest.Builder> createRestApiRequest) Creates a new RestApi resource.default CreateRestApiResponseApiGatewayClient.createRestApi(Consumer<CreateRestApiRequest.Builder> createRestApiRequest) Creates a new RestApi resource. -
Uses of CreateRestApiRequest.Builder in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return CreateRestApiRequest.BuilderModifier and TypeMethodDescriptionCreateRestApiRequest.Builder.apiKeySource(String apiKeySource) The source of the API key for metering requests according to a usage plan.CreateRestApiRequest.Builder.apiKeySource(ApiKeySourceType apiKeySource) The source of the API key for metering requests according to a usage plan.CreateRestApiRequest.Builder.binaryMediaTypes(String... binaryMediaTypes) The list of binary media types supported by the RestApi.CreateRestApiRequest.Builder.binaryMediaTypes(Collection<String> binaryMediaTypes) The list of binary media types supported by the RestApi.static CreateRestApiRequest.BuilderCreateRestApiRequest.builder()The ID of the RestApi that you want to clone from.CreateRestApiRequest.Builder.description(String description) The description of the RestApi.CreateRestApiRequest.Builder.disableExecuteApiEndpoint(Boolean disableExecuteApiEndpoint) Specifies whether clients can invoke your API by using the defaultexecute-apiendpoint.CreateRestApiRequest.Builder.endpointAccessMode(String endpointAccessMode) The endpoint access mode of the RestApi.CreateRestApiRequest.Builder.endpointAccessMode(EndpointAccessMode endpointAccessMode) The endpoint access mode of the RestApi.default CreateRestApiRequest.BuilderCreateRestApiRequest.Builder.endpointConfiguration(Consumer<EndpointConfiguration.Builder> endpointConfiguration) The endpoint configuration of this RestApi showing the endpoint types and IP address types of the API.CreateRestApiRequest.Builder.endpointConfiguration(EndpointConfiguration endpointConfiguration) The endpoint configuration of this RestApi showing the endpoint types and IP address types of the API.CreateRestApiRequest.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 name of the RestApi.CreateRestApiRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CreateRestApiRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) A stringified JSON policy document that applies to this RestApi regardless of the caller and Method configuration.CreateRestApiRequest.Builder.securityPolicy(String securityPolicy) The Transport Layer Security (TLS) version + cipher suite for this RestApi.CreateRestApiRequest.Builder.securityPolicy(SecurityPolicy securityPolicy) The Transport Layer Security (TLS) version + cipher suite for this RestApi.The key-value map of strings.CreateRestApiRequest.toBuilder()A version identifier for the API.Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type CreateRestApiRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateRestApiRequest.Builder>CreateRestApiRequest.serializableBuilderClass()