CopyableBuilder<SslPolicy.Builder,SslPolicy>
, SdkBuilder<SslPolicy.Builder,SslPolicy>
public static interface SslPolicy.Builder extends CopyableBuilder<SslPolicy.Builder,SslPolicy>
Modifier and Type | Method | Description |
---|---|---|
SslPolicy.Builder |
ciphers(Collection<Cipher> ciphers) |
The ciphers.
|
SslPolicy.Builder |
ciphers(Cipher... ciphers) |
The ciphers.
|
SslPolicy.Builder |
name(String name) |
The name of the policy.
|
SslPolicy.Builder |
sslProtocols(String... sslProtocols) |
The protocols.
|
SslPolicy.Builder |
sslProtocols(Collection<String> sslProtocols) |
The protocols.
|
copy
apply, build
SslPolicy.Builder sslProtocols(Collection<String> sslProtocols)
The protocols.
sslProtocols
- The protocols.SslPolicy.Builder sslProtocols(String... sslProtocols)
The protocols.
NOTE: This method appends the values to the existing list (if any). Use
#setSslProtocols(java.util.Collection)
or #withSslProtocols(java.util.Collection)
if you want
to override the existing values.
sslProtocols
- The protocols.SslPolicy.Builder ciphers(Collection<Cipher> ciphers)
The ciphers.
ciphers
- The ciphers.SslPolicy.Builder ciphers(Cipher... ciphers)
The ciphers.
NOTE: This method appends the values to the existing list (if any). Use
#setCiphers(java.util.Collection)
or #withCiphers(java.util.Collection)
if you want to
override the existing values.
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.