Uses of Interface
software.amazon.awssdk.services.apigateway.model.CreateBasePathMappingRequest.Builder
-
Packages that use CreateBasePathMappingRequest.Builder Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway software.amazon.awssdk.services.apigateway.model -
-
Uses of CreateBasePathMappingRequest.Builder in software.amazon.awssdk.services.apigateway
Method parameters in software.amazon.awssdk.services.apigateway with type arguments of type CreateBasePathMappingRequest.Builder Modifier and Type Method Description default CompletableFuture<CreateBasePathMappingResponse>ApiGatewayAsyncClient. createBasePathMapping(Consumer<CreateBasePathMappingRequest.Builder> createBasePathMappingRequest)Creates a new BasePathMapping resource.default CreateBasePathMappingResponseApiGatewayClient. createBasePathMapping(Consumer<CreateBasePathMappingRequest.Builder> createBasePathMappingRequest)Creates a new BasePathMapping resource. -
Uses of CreateBasePathMappingRequest.Builder in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return CreateBasePathMappingRequest.Builder Modifier and Type Method Description CreateBasePathMappingRequest.BuilderCreateBasePathMappingRequest.Builder. basePath(String basePath)The base path name that callers of the API must provide as part of the URL after the domain name.static CreateBasePathMappingRequest.BuilderCreateBasePathMappingRequest. builder()CreateBasePathMappingRequest.BuilderCreateBasePathMappingRequest.Builder. domainName(String domainName)The domain name of the BasePathMapping resource to create.CreateBasePathMappingRequest.BuilderCreateBasePathMappingRequest.Builder. domainNameId(String domainNameId)The identifier for the domain name resource.CreateBasePathMappingRequest.BuilderCreateBasePathMappingRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateBasePathMappingRequest.BuilderCreateBasePathMappingRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateBasePathMappingRequest.BuilderCreateBasePathMappingRequest.Builder. restApiId(String restApiId)The string identifier of the associated RestApi.CreateBasePathMappingRequest.BuilderCreateBasePathMappingRequest.Builder. stage(String stage)The name of the API's stage that you want to use for this mapping.CreateBasePathMappingRequest.BuilderCreateBasePathMappingRequest. toBuilder()Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type CreateBasePathMappingRequest.Builder Modifier and Type Method Description static Class<? extends CreateBasePathMappingRequest.Builder>CreateBasePathMappingRequest. serializableBuilderClass()
-