MatchProperty
Initializer
import com.aliyun.ros.cdk.apig.RosRoute.MatchProperty;
MatchProperty.builder()
.path(IResolvable)
.path(PathProperty)
// .headers(IResolvable)
// .headers(java.util.List<IResolvable)
// .headers(HeadersProperty>)
// .ignoreUriCase(java.lang.Boolean)
// .ignoreUriCase(IResolvable)
// .methods(IResolvable)
// .methods(java.util.List<java.lang.String)
// .methods(IResolvable>)
// .queryParams(IResolvable)
// .queryParams(java.util.List<IResolvable)
// .queryParams(QueryParamsProperty>)
.build();
Properties
Name |
Type |
Description |
path |
com.aliyun.ros.cdk.core.IResolvable OR PathProperty |
No description. |
headers |
com.aliyun.ros.cdk.core.IResolvable OR java.util.ListHeadersProperty> |
No description. |
ignoreUriCase |
java.lang.Boolean OR com.aliyun.ros.cdk.core.IResolvable |
No description. |
methods |
com.aliyun.ros.cdk.core.IResolvable OR java.util.List |
No description. |
queryParams |
com.aliyun.ros.cdk.core.IResolvable OR java.util.ListQueryParamsProperty> |
No description. |
path
Required
public java.lang.Object getPath();
public java.lang.Object getHeaders();
- Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.ListHeadersProperty>
ignoreUriCase
Optional
public java.lang.Object getIgnoreUriCase();
- Type: java.lang.Boolean OR com.aliyun.ros.cdk.core.IResolvable
methods
Optional
public java.lang.Object getMethods();
- Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.List
queryParams
Optional
public java.lang.Object getQueryParams();
- Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.ListQueryParamsProperty>