RosHttpApiProps
Properties for defining a RosHttpApi
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-apig-httpapi
Initializer
import com.aliyun.ros.cdk.apig.RosHttpApiProps;
RosHttpApiProps.builder()
.httpApiName(java.lang.String)
.httpApiName(IResolvable)
.protocols(IResolvable)
.protocols(java.util.List<java.lang.String)
.protocols(IResolvable>)
// .basePath(java.lang.String)
// .basePath(IResolvable)
// .description(java.lang.String)
// .description(IResolvable)
// .type(java.lang.String)
// .type(IResolvable)
.build();
Properties
Name | Type | Description |
---|---|---|
httpApiName |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
No description. |
protocols |
com.aliyun.ros.cdk.core.IResolvable OR java.util.List |
No description. |
basePath |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
No description. |
description |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
No description. |
type |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
No description. |
httpApiName
Required
public java.lang.Object getHttpApiName();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
protocols
Required
public java.lang.Object getProtocols();
- Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.List
basePath
Optional
public java.lang.Object getBasePath();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
description
Optional
public java.lang.Object getDescription();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
type
Optional
public java.lang.Object getType();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable