@Generated(value="software.amazon.awssdk:codegen") public final class SslProperties extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SslProperties.Builder,SslProperties>
Secure Socket Layer (SSL) properties that apply when QuickSight connects to your underlying data source.
Modifier and Type | Class and Description |
---|---|
static interface |
SslProperties.Builder |
Modifier and Type | Method and Description |
---|---|
static SslProperties.Builder |
builder() |
Boolean |
disableSsl()
A Boolean option to control whether SSL should be disabled.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends SslProperties.Builder> |
serializableBuilderClass() |
SslProperties.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final Boolean disableSsl()
A Boolean option to control whether SSL should be disabled.
public SslProperties.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<SslProperties.Builder,SslProperties>
public static SslProperties.Builder builder()
public static Class<? extends SslProperties.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2021. All rights reserved.