Interface DescribedSecurityPolicy.Builder

All Superinterfaces:
Buildable, CopyableBuilder<DescribedSecurityPolicy.Builder,DescribedSecurityPolicy>, SdkBuilder<DescribedSecurityPolicy.Builder,DescribedSecurityPolicy>, SdkPojo
Enclosing class:
DescribedSecurityPolicy

public static interface DescribedSecurityPolicy.Builder extends SdkPojo, CopyableBuilder<DescribedSecurityPolicy.Builder,DescribedSecurityPolicy>
  • Method Details

    • fips

      Specifies whether this policy enables Federal Information Processing Standards (FIPS). This parameter applies to both server and connector security policies.

      Parameters:
      fips - Specifies whether this policy enables Federal Information Processing Standards (FIPS). This parameter applies to both server and connector security policies.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • securityPolicyName

      DescribedSecurityPolicy.Builder securityPolicyName(String securityPolicyName)

      The text name of the specified security policy.

      Parameters:
      securityPolicyName - The text name of the specified security policy.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • sshCiphers

      Lists the enabled Secure Shell (SSH) cipher encryption algorithms in the security policy that is attached to the server or connector. This parameter applies to both server and connector security policies.

      Parameters:
      sshCiphers - Lists the enabled Secure Shell (SSH) cipher encryption algorithms in the security policy that is attached to the server or connector. This parameter applies to both server and connector security policies.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • sshCiphers

      DescribedSecurityPolicy.Builder sshCiphers(String... sshCiphers)

      Lists the enabled Secure Shell (SSH) cipher encryption algorithms in the security policy that is attached to the server or connector. This parameter applies to both server and connector security policies.

      Parameters:
      sshCiphers - Lists the enabled Secure Shell (SSH) cipher encryption algorithms in the security policy that is attached to the server or connector. This parameter applies to both server and connector security policies.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • sshKexs

      Lists the enabled SSH key exchange (KEX) encryption algorithms in the security policy that is attached to the server or connector. This parameter applies to both server and connector security policies.

      Parameters:
      sshKexs - Lists the enabled SSH key exchange (KEX) encryption algorithms in the security policy that is attached to the server or connector. This parameter applies to both server and connector security policies.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • sshKexs

      Lists the enabled SSH key exchange (KEX) encryption algorithms in the security policy that is attached to the server or connector. This parameter applies to both server and connector security policies.

      Parameters:
      sshKexs - Lists the enabled SSH key exchange (KEX) encryption algorithms in the security policy that is attached to the server or connector. This parameter applies to both server and connector security policies.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • sshMacs

      Lists the enabled SSH message authentication code (MAC) encryption algorithms in the security policy that is attached to the server or connector. This parameter applies to both server and connector security policies.

      Parameters:
      sshMacs - Lists the enabled SSH message authentication code (MAC) encryption algorithms in the security policy that is attached to the server or connector. This parameter applies to both server and connector security policies.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • sshMacs

      Lists the enabled SSH message authentication code (MAC) encryption algorithms in the security policy that is attached to the server or connector. This parameter applies to both server and connector security policies.

      Parameters:
      sshMacs - Lists the enabled SSH message authentication code (MAC) encryption algorithms in the security policy that is attached to the server or connector. This parameter applies to both server and connector security policies.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tlsCiphers

      Lists the enabled Transport Layer Security (TLS) cipher encryption algorithms in the security policy that is attached to the server.

      This parameter only applies to security policies for servers.

      Parameters:
      tlsCiphers - Lists the enabled Transport Layer Security (TLS) cipher encryption algorithms in the security policy that is attached to the server.

      This parameter only applies to security policies for servers.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tlsCiphers

      DescribedSecurityPolicy.Builder tlsCiphers(String... tlsCiphers)

      Lists the enabled Transport Layer Security (TLS) cipher encryption algorithms in the security policy that is attached to the server.

      This parameter only applies to security policies for servers.

      Parameters:
      tlsCiphers - Lists the enabled Transport Layer Security (TLS) cipher encryption algorithms in the security policy that is attached to the server.

      This parameter only applies to security policies for servers.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • sshHostKeyAlgorithms

      DescribedSecurityPolicy.Builder sshHostKeyAlgorithms(Collection<String> sshHostKeyAlgorithms)

      Lists the host key algorithms for the security policy.

      This parameter only applies to security policies for connectors.

      Parameters:
      sshHostKeyAlgorithms - Lists the host key algorithms for the security policy.

      This parameter only applies to security policies for connectors.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • sshHostKeyAlgorithms

      DescribedSecurityPolicy.Builder sshHostKeyAlgorithms(String... sshHostKeyAlgorithms)

      Lists the host key algorithms for the security policy.

      This parameter only applies to security policies for connectors.

      Parameters:
      sshHostKeyAlgorithms - Lists the host key algorithms for the security policy.

      This parameter only applies to security policies for connectors.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • type

      The resource type to which the security policy applies, either server or connector.

      Parameters:
      type - The resource type to which the security policy applies, either server or connector.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • type

      The resource type to which the security policy applies, either server or connector.

      Parameters:
      type - The resource type to which the security policy applies, either server or connector.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • protocolsWithStrings

      DescribedSecurityPolicy.Builder protocolsWithStrings(Collection<String> protocols)

      Lists the file transfer protocols that the security policy applies to.

      Parameters:
      protocols - Lists the file transfer protocols that the security policy applies to.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • protocolsWithStrings

      DescribedSecurityPolicy.Builder protocolsWithStrings(String... protocols)

      Lists the file transfer protocols that the security policy applies to.

      Parameters:
      protocols - Lists the file transfer protocols that the security policy applies to.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • protocols

      Lists the file transfer protocols that the security policy applies to.

      Parameters:
      protocols - Lists the file transfer protocols that the security policy applies to.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • protocols

      Lists the file transfer protocols that the security policy applies to.

      Parameters:
      protocols - Lists the file transfer protocols that the security policy applies to.
      Returns:
      Returns a reference to this object so that method calls can be chained together.