Package com.pulumi.alicloud.alb.outputs
Class RuleRuleActionFixedResponseConfig.Builder
- java.lang.Object
-
- com.pulumi.alicloud.alb.outputs.RuleRuleActionFixedResponseConfig.Builder
-
- Enclosing class:
- RuleRuleActionFixedResponseConfig
public static final class RuleRuleActionFixedResponseConfig.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(RuleRuleActionFixedResponseConfig defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RuleRuleActionFixedResponseConfig
build()
RuleRuleActionFixedResponseConfig.Builder
content(java.lang.String content)
RuleRuleActionFixedResponseConfig.Builder
contentType(java.lang.String contentType)
RuleRuleActionFixedResponseConfig.Builder
httpCode(java.lang.String httpCode)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(RuleRuleActionFixedResponseConfig defaults)
-
-
Method Detail
-
content
public RuleRuleActionFixedResponseConfig.Builder content(java.lang.String content)
-
contentType
public RuleRuleActionFixedResponseConfig.Builder contentType(@Nullable java.lang.String contentType)
-
httpCode
public RuleRuleActionFixedResponseConfig.Builder httpCode(@Nullable java.lang.String httpCode)
-
build
public RuleRuleActionFixedResponseConfig build()
-
-