@Stability(value=Stable) public static final class CfnLoadBalancer.PoliciesProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnLoadBalancer.PoliciesProperty>
CfnLoadBalancer.PoliciesProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnLoadBalancer.PoliciesProperty.Builder attributes(List<? extends Object> attributes)
CfnLoadBalancer.PoliciesProperty.getAttributes()attributes - The policy attributes. This parameter is required.this@Stability(value=Stable) public CfnLoadBalancer.PoliciesProperty.Builder attributes(IResolvable attributes)
CfnLoadBalancer.PoliciesProperty.getAttributes()attributes - The policy attributes. This parameter is required.this@Stability(value=Stable) public CfnLoadBalancer.PoliciesProperty.Builder policyName(String policyName)
CfnLoadBalancer.PoliciesProperty.getPolicyName()policyName - The name of the policy. This parameter is required.this@Stability(value=Stable) public CfnLoadBalancer.PoliciesProperty.Builder policyType(String policyType)
CfnLoadBalancer.PoliciesProperty.getPolicyType()policyType - The name of the policy type. This parameter is required.this@Stability(value=Stable) public CfnLoadBalancer.PoliciesProperty.Builder instancePorts(List<String> instancePorts)
CfnLoadBalancer.PoliciesProperty.getInstancePorts()instancePorts - The instance ports for the policy.
Required only for some policy types.this@Stability(value=Stable) public CfnLoadBalancer.PoliciesProperty.Builder loadBalancerPorts(List<String> loadBalancerPorts)
CfnLoadBalancer.PoliciesProperty.getLoadBalancerPorts()loadBalancerPorts - The load balancer ports for the policy.
Required only for some policy types.this@Stability(value=Stable) public CfnLoadBalancer.PoliciesProperty build()
build in interface software.amazon.jsii.Builder<CfnLoadBalancer.PoliciesProperty>CfnLoadBalancer.PoliciesPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.