Skip to content

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.

pathRequired

public java.lang.Object getPath();

headersOptional

public java.lang.Object getHeaders();
  • Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.ListHeadersProperty>

ignoreUriCaseOptional

public java.lang.Object getIgnoreUriCase();
  • Type: java.lang.Boolean OR com.aliyun.ros.cdk.core.IResolvable

methodsOptional

public java.lang.Object getMethods();
  • Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.List

queryParamsOptional

public java.lang.Object getQueryParams();
  • Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.ListQueryParamsProperty>