Class SslNegotiationPolicyArgs.Builder

  • Enclosing class:
    SslNegotiationPolicyArgs

    public static final class SslNegotiationPolicyArgs.Builder
    extends java.lang.Object
    • Method Detail

      • lbPort

        public SslNegotiationPolicyArgs.Builder lbPort​(com.pulumi.core.Output<java.lang.Integer> lbPort)
        Parameters:
        lbPort - The load balancer port to which the policy should be applied. This must be an active listener on the load balancer.
        Returns:
        builder
      • lbPort

        public SslNegotiationPolicyArgs.Builder lbPort​(java.lang.Integer lbPort)
        Parameters:
        lbPort - The load balancer port to which the policy should be applied. This must be an active listener on the load balancer.
        Returns:
        builder
      • loadBalancer

        public SslNegotiationPolicyArgs.Builder loadBalancer​(com.pulumi.core.Output<java.lang.String> loadBalancer)
        Parameters:
        loadBalancer - The load balancer to which the policy should be attached.
        Returns:
        builder
      • loadBalancer

        public SslNegotiationPolicyArgs.Builder loadBalancer​(java.lang.String loadBalancer)
        Parameters:
        loadBalancer - The load balancer to which the policy should be attached.
        Returns:
        builder
      • name

        public SslNegotiationPolicyArgs.Builder name​(@Nullable
                                                     com.pulumi.core.Output<java.lang.String> name)
        Parameters:
        name - The name of the SSL negotiation policy.
        Returns:
        builder
      • triggers

        public SslNegotiationPolicyArgs.Builder triggers​(@Nullable
                                                         com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>> triggers)
        Parameters:
        triggers - Map of arbitrary keys and values that, when changed, will trigger a redeployment. To set your attributes, please see the [AWS Elastic Load Balancing Developer Guide](http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/elb-security-policy-table.html) for a listing of the supported SSL protocols, SSL options, and SSL ciphers. > **NOTE:** The AWS documentation references Server Order Preference, which the AWS Elastic Load Balancing API refers to as `Server-Defined-Cipher-Order`. If you wish to set Server Order Preference, use this value instead.
        Returns:
        builder
      • triggers

        public SslNegotiationPolicyArgs.Builder triggers​(java.util.Map<java.lang.String,​java.lang.String> triggers)
        Parameters:
        triggers - Map of arbitrary keys and values that, when changed, will trigger a redeployment. To set your attributes, please see the [AWS Elastic Load Balancing Developer Guide](http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/elb-security-policy-table.html) for a listing of the supported SSL protocols, SSL options, and SSL ciphers. > **NOTE:** The AWS documentation references Server Order Preference, which the AWS Elastic Load Balancing API refers to as `Server-Defined-Cipher-Order`. If you wish to set Server Order Preference, use this value instead.
        Returns:
        builder