Class LbSslNegotiationPolicyAttribute.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.aws.lb_ssl_negotiation_policy.LbSslNegotiationPolicyAttribute.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<LbSslNegotiationPolicyAttribute>
- Enclosing interface:
- LbSslNegotiationPolicyAttribute
@Stability(Stable) public static final class LbSslNegotiationPolicyAttribute.Builder extends Object implements software.amazon.jsii.Builder<LbSslNegotiationPolicyAttribute>
A builder forLbSslNegotiationPolicyAttribute
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LbSslNegotiationPolicyAttributebuild()Builds the configured instance.LbSslNegotiationPolicyAttribute.Buildername(String name)Sets the value ofLbSslNegotiationPolicyAttribute.getName()LbSslNegotiationPolicyAttribute.Buildervalue(String value)Sets the value ofLbSslNegotiationPolicyAttribute.getValue()
-
-
-
Method Detail
-
name
@Stability(Stable) public LbSslNegotiationPolicyAttribute.Builder name(String name)
Sets the value ofLbSslNegotiationPolicyAttribute.getName()- Parameters:
name- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lb_ssl_negotiation_policy#name LbSslNegotiationPolicy#name}. This parameter is required.- Returns:
this
-
value
@Stability(Stable) public LbSslNegotiationPolicyAttribute.Builder value(String value)
Sets the value ofLbSslNegotiationPolicyAttribute.getValue()- Parameters:
value- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lb_ssl_negotiation_policy#value LbSslNegotiationPolicy#value}. This parameter is required.- Returns:
this
-
build
@Stability(Stable) public LbSslNegotiationPolicyAttribute build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<LbSslNegotiationPolicyAttribute>- Returns:
- a new instance of
LbSslNegotiationPolicyAttribute - Throws:
NullPointerException- if any required attribute was not provided
-
-