public static interface DescribedSecurityPolicy.Builder extends SdkPojo, CopyableBuilder<DescribedSecurityPolicy.Builder,DescribedSecurityPolicy>
| Modifier and Type | Method and Description |
|---|---|
DescribedSecurityPolicy.Builder |
fips(Boolean fips)
Specifies whether this policy enables Federal Information Processing Standards (FIPS).
|
DescribedSecurityPolicy.Builder |
securityPolicyName(String securityPolicyName)
Specifies the name of the security policy that is attached to the server.
|
DescribedSecurityPolicy.Builder |
sshCiphers(Collection<String> sshCiphers)
Specifies the enabled Secure Shell (SSH) cipher encryption algorithms in the security policy that is attached
to the server.
|
DescribedSecurityPolicy.Builder |
sshCiphers(String... sshCiphers)
Specifies the enabled Secure Shell (SSH) cipher encryption algorithms in the security policy that is attached
to the server.
|
DescribedSecurityPolicy.Builder |
sshKexs(Collection<String> sshKexs)
Specifies the enabled SSH key exchange (KEX) encryption algorithms in the security policy that is attached to
the server.
|
DescribedSecurityPolicy.Builder |
sshKexs(String... sshKexs)
Specifies the enabled SSH key exchange (KEX) encryption algorithms in the security policy that is attached to
the server.
|
DescribedSecurityPolicy.Builder |
sshMacs(Collection<String> sshMacs)
Specifies the enabled SSH message authentication code (MAC) encryption algorithms in the security policy that
is attached to the server.
|
DescribedSecurityPolicy.Builder |
sshMacs(String... sshMacs)
Specifies the enabled SSH message authentication code (MAC) encryption algorithms in the security policy that
is attached to the server.
|
DescribedSecurityPolicy.Builder |
tlsCiphers(Collection<String> tlsCiphers)
Specifies the enabled Transport Layer Security (TLS) cipher encryption algorithms in the security policy that
is attached to the server.
|
DescribedSecurityPolicy.Builder |
tlsCiphers(String... tlsCiphers)
Specifies the enabled Transport Layer Security (TLS) cipher encryption algorithms in the security policy that
is attached to the server.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribedSecurityPolicy.Builder fips(Boolean fips)
Specifies whether this policy enables Federal Information Processing Standards (FIPS).
fips - Specifies whether this policy enables Federal Information Processing Standards (FIPS).DescribedSecurityPolicy.Builder securityPolicyName(String securityPolicyName)
Specifies the name of the security policy that is attached to the server.
securityPolicyName - Specifies the name of the security policy that is attached to the server.DescribedSecurityPolicy.Builder sshCiphers(Collection<String> sshCiphers)
Specifies the enabled Secure Shell (SSH) cipher encryption algorithms in the security policy that is attached to the server.
sshCiphers - Specifies the enabled Secure Shell (SSH) cipher encryption algorithms in the security policy that is
attached to the server.DescribedSecurityPolicy.Builder sshCiphers(String... sshCiphers)
Specifies the enabled Secure Shell (SSH) cipher encryption algorithms in the security policy that is attached to the server.
sshCiphers - Specifies the enabled Secure Shell (SSH) cipher encryption algorithms in the security policy that is
attached to the server.DescribedSecurityPolicy.Builder sshKexs(Collection<String> sshKexs)
Specifies the enabled SSH key exchange (KEX) encryption algorithms in the security policy that is attached to the server.
sshKexs - Specifies the enabled SSH key exchange (KEX) encryption algorithms in the security policy that is
attached to the server.DescribedSecurityPolicy.Builder sshKexs(String... sshKexs)
Specifies the enabled SSH key exchange (KEX) encryption algorithms in the security policy that is attached to the server.
sshKexs - Specifies the enabled SSH key exchange (KEX) encryption algorithms in the security policy that is
attached to the server.DescribedSecurityPolicy.Builder sshMacs(Collection<String> sshMacs)
Specifies the enabled SSH message authentication code (MAC) encryption algorithms in the security policy that is attached to the server.
sshMacs - Specifies the enabled SSH message authentication code (MAC) encryption algorithms in the security
policy that is attached to the server.DescribedSecurityPolicy.Builder sshMacs(String... sshMacs)
Specifies the enabled SSH message authentication code (MAC) encryption algorithms in the security policy that is attached to the server.
sshMacs - Specifies the enabled SSH message authentication code (MAC) encryption algorithms in the security
policy that is attached to the server.DescribedSecurityPolicy.Builder tlsCiphers(Collection<String> tlsCiphers)
Specifies the enabled Transport Layer Security (TLS) cipher encryption algorithms in the security policy that is attached to the server.
tlsCiphers - Specifies the enabled Transport Layer Security (TLS) cipher encryption algorithms in the security
policy that is attached to the server.DescribedSecurityPolicy.Builder tlsCiphers(String... tlsCiphers)
Specifies the enabled Transport Layer Security (TLS) cipher encryption algorithms in the security policy that is attached to the server.
tlsCiphers - Specifies the enabled Transport Layer Security (TLS) cipher encryption algorithms in the security
policy that is attached to the server.Copyright © 2023. All rights reserved.