ToCopyableBuilder<SslPolicy.Builder,SslPolicy>
@Generated("software.amazon.awssdk:codegen") public class SslPolicy extends Object implements ToCopyableBuilder<SslPolicy.Builder,SslPolicy>
Information about a policy used for SSL negotiation.
Modifier and Type | Class | Description |
---|---|---|
static interface |
SslPolicy.Builder |
Modifier and Type | Method | Description |
---|---|---|
static SslPolicy.Builder |
builder() |
|
List<Cipher> |
ciphers() |
The ciphers.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
name() |
The name of the policy.
|
static Class<? extends SslPolicy.Builder> |
serializableBuilderClass() |
|
List<String> |
sslProtocols() |
The protocols.
|
SslPolicy.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String name()
The name of the policy.
public SslPolicy.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<SslPolicy.Builder,SslPolicy>
public static SslPolicy.Builder builder()
public static Class<? extends SslPolicy.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.