Class HostnameTlsSettingCiphersArgs.Builder

    • Method Detail

      • hostname

        public HostnameTlsSettingCiphersArgs.Builder hostname​(com.pulumi.core.Output<java.lang.String> hostname)
        Parameters:
        hostname - Hostname that belongs to this zone name. **Modifying this attribute will force creation of a new resource.**
        Returns:
        builder
      • hostname

        public HostnameTlsSettingCiphersArgs.Builder hostname​(java.lang.String hostname)
        Parameters:
        hostname - Hostname that belongs to this zone name. **Modifying this attribute will force creation of a new resource.**
        Returns:
        builder
      • ports

        public HostnameTlsSettingCiphersArgs.Builder ports​(@Nullable
                                                           com.pulumi.core.Output<java.util.List<java.lang.Integer>> ports)
        Parameters:
        ports - Ports to use within the IP rule.
        Returns:
        builder
      • values

        public HostnameTlsSettingCiphersArgs.Builder values​(com.pulumi.core.Output<java.util.List<java.lang.String>> values)
        Parameters:
        values - Ciphers suites value.
        Returns:
        builder
      • zoneId

        public HostnameTlsSettingCiphersArgs.Builder zoneId​(com.pulumi.core.Output<java.lang.String> zoneId)
        Parameters:
        zoneId - The zone identifier to target for the resource. **Modifying this attribute will force creation of a new resource.**
        Returns:
        builder
      • zoneId

        public HostnameTlsSettingCiphersArgs.Builder zoneId​(java.lang.String zoneId)
        Parameters:
        zoneId - The zone identifier to target for the resource. **Modifying this attribute will force creation of a new resource.**
        Returns:
        builder