public static final class DescribeApiResponseBody.ServiceParameter.Builder extends Object
构造器和说明 |
---|
Builder() |
限定符和类型 | 方法和说明 |
---|---|
DescribeApiResponseBody.ServiceParameter |
build() |
DescribeApiResponseBody.ServiceParameter.Builder |
location(String location)
The data type of the back-end service parameter.
|
DescribeApiResponseBody.ServiceParameter.Builder |
parameterType(String parameterType)
The name of the backend service parameter.
|
DescribeApiResponseBody.ServiceParameter.Builder |
serviceParameterName(String serviceParameterName)
The mappings between parameters of requests sent by the consumer to API Gateway and parameters of requests sent by API Gateway to the backend service.
|
public DescribeApiResponseBody.ServiceParameter.Builder location(String location)
public DescribeApiResponseBody.ServiceParameter.Builder parameterType(String parameterType)
public DescribeApiResponseBody.ServiceParameter.Builder serviceParameterName(String serviceParameterName)
public DescribeApiResponseBody.ServiceParameter build()
Copyright © 2023. All rights reserved.