public static interface SslPolicy.Builder extends CopyableBuilder<SslPolicy.Builder,SslPolicy>
| Modifier and Type | Method and Description |
|---|---|
SslPolicy.Builder |
ciphers(Cipher... ciphers)
The ciphers.
|
SslPolicy.Builder |
ciphers(Collection<Cipher> ciphers)
The ciphers.
|
SslPolicy.Builder |
name(String name)
The name of the policy.
|
SslPolicy.Builder |
sslProtocols(Collection<String> sslProtocols)
The protocols.
|
SslPolicy.Builder |
sslProtocols(String... sslProtocols)
The protocols.
|
copyapply, buildSslPolicy.Builder sslProtocols(Collection<String> sslProtocols)
The protocols.
sslProtocols - The protocols.SslPolicy.Builder sslProtocols(String... sslProtocols)
The protocols.
sslProtocols - The protocols.SslPolicy.Builder ciphers(Collection<Cipher> ciphers)
The ciphers.
ciphers - The ciphers.SslPolicy.Builder ciphers(Cipher... ciphers)
The ciphers.
ciphers - The ciphers.SslPolicy.Builder name(String name)
The name of the policy.
name - The name of the policy.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.