public static final class DescribeIngressResponseBody.DefaultRule.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeIngressResponseBody.DefaultRule.Builder |
appId(String appId)
The ID of the application that is specified in the default rule.
|
DescribeIngressResponseBody.DefaultRule.Builder |
appName(String appName)
The name of the application that is specified in the default rule.
|
DescribeIngressResponseBody.DefaultRule.Builder |
backendProtocol(String backendProtocol)
The backend protocol.
|
DescribeIngressResponseBody.DefaultRule |
build() |
DescribeIngressResponseBody.DefaultRule.Builder |
containerPort(Integer containerPort)
The container port of the application that is specified in the default rule.
|
public DescribeIngressResponseBody.DefaultRule.Builder appId(String appId)
The ID of the application that is specified in the default rule.
example:395b60e4-0550-458d-9c54-a265d036****
public DescribeIngressResponseBody.DefaultRule.Builder appName(String appName)
The name of the application that is specified in the default rule.
example:app1
public DescribeIngressResponseBody.DefaultRule.Builder backendProtocol(String backendProtocol)
The backend protocol. Valid values:
This parameter is returned only if theLoadBalanceType parameter is set to ALB and the ListenerProtocol parameter is set to HTTPS.
example:HTTP
public DescribeIngressResponseBody.DefaultRule.Builder containerPort(Integer containerPort)
The container port of the application that is specified in the default rule.
example:8080
public DescribeIngressResponseBody.DefaultRule build()
Copyright © 2026. All rights reserved.