Skip to content

RequestConfigProperty

Initializer

import com.aliyun.ros.cdk.apigateway.RosApi.RequestConfigProperty;
RequestConfigProperty.builder()
    .requestHttpMethod(java.lang.String)
    .requestHttpMethod(IResolvable)
    .requestMode(java.lang.String)
    .requestMode(IResolvable)
    .requestPath(java.lang.String)
    .requestPath(IResolvable)
    .requestProtocol(java.lang.String)
    .requestProtocol(IResolvable)
//  .bodyFormat(java.lang.String)
//  .bodyFormat(IResolvable)
//  .postBodyDescription(java.lang.String)
//  .postBodyDescription(IResolvable)
    .build();

Properties

Name Type Description
requestHttpMethod java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
requestMode java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
requestPath java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
requestProtocol java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
bodyFormat java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
postBodyDescription java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.

requestHttpMethodRequired

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

requestModeRequired

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

requestPathRequired

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

requestProtocolRequired

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

bodyFormatOptional

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

postBodyDescriptionOptional

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