@Generated(value="software.amazon.awssdk:codegen") public final class SslConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SslConfiguration.Builder,SslConfiguration>
Describes an app's SSL configuration.
Modifier and Type | Class and Description |
---|---|
static interface |
SslConfiguration.Builder |
Modifier and Type | Method and Description |
---|---|
static SslConfiguration.Builder |
builder() |
String |
certificate()
The contents of the certificate's domain.crt file.
|
String |
chain()
Optional.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
privateKey()
The private key; the contents of the certificate's domain.kex file.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SslConfiguration.Builder> |
serializableBuilderClass() |
SslConfiguration.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String certificate()
The contents of the certificate's domain.crt file.
public String privateKey()
The private key; the contents of the certificate's domain.kex file.
public String chain()
Optional. Can be used to specify an intermediate certificate authority key or client authentication.
public SslConfiguration.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<SslConfiguration.Builder,SslConfiguration>
public static SslConfiguration.Builder builder()
public static Class<? extends SslConfiguration.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.