public static final class DescribeIngressResponseBody.Rules.Builder extends Object
public DescribeIngressResponseBody.Rules.Builder appId(String appId)
The ID of the application specified in the forwarding rule.
example:395b60e4-0550-458d-9c54-a265d036****
public DescribeIngressResponseBody.Rules.Builder appName(String appName)
The name of the application specified in the forwarding rules.
example:app1
public DescribeIngressResponseBody.Rules.Builder backendProtocol(String backendProtocol)
The backend protocol. Valid values:
This parameter is returned only if the LoadBalanceType parameter is set to ALB and the ListenerProtocol parameter is set to HTTPS.
example:HTTP
public DescribeIngressResponseBody.Rules.Builder containerPort(Integer containerPort)
Tthe container port of the application specified in the forwarding rules.
example:8080
public DescribeIngressResponseBody.Rules.Builder domain(String domain)
The domain name of the application specified in the forwarding rules.
example:edas.site
public DescribeIngressResponseBody.Rules.Builder path(String path)
The path of a URL.
example:/path1
public DescribeIngressResponseBody.Rules.Builder rewritePath(String rewritePath)
The path that is used to rewrite the original path.
example:/${1}
public DescribeIngressResponseBody.Rules.Builder ruleActions(List<DescribeIngressResponseBody.RuleActions> ruleActions)
public DescribeIngressResponseBody.Rules build()
Copyright © 2026. All rights reserved.