@Generated(value="software.amazon.awssdk:codegen") public final class EncryptionInTransit extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EncryptionInTransit.Builder,EncryptionInTransit>
The settings for encrypting data in transit.
| Modifier and Type | Class and Description |
|---|---|
static interface |
EncryptionInTransit.Builder |
| Modifier and Type | Method and Description |
|---|---|
static EncryptionInTransit.Builder |
builder() |
ClientBroker |
clientBroker()
Indicates the encryption setting for data in transit between clients and brokers.
|
String |
clientBrokerAsString()
Indicates the encryption setting for data in transit between clients and brokers.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Boolean |
inCluster()
When set to true, it indicates that data communication among the broker nodes of the cluster is encrypted.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends EncryptionInTransit.Builder> |
serializableBuilderClass() |
EncryptionInTransit.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ClientBroker clientBroker()
Indicates the encryption setting for data in transit between clients and brokers. The following are the possible values.
TLS means that client-broker communication is enabled with TLS only.
TLS_PLAINTEXT means that client-broker communication is enabled for both TLS-encrypted, as well as plaintext data.
PLAINTEXT means that client-broker communication is enabled in plaintext only.
The default value is TLS_PLAINTEXT.
If the service returns an enum value that is not available in the current SDK version, clientBroker will
return ClientBroker.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
clientBrokerAsString().
Indicates the encryption setting for data in transit between clients and brokers. The following are the possible values.
TLS means that client-broker communication is enabled with TLS only.
TLS_PLAINTEXT means that client-broker communication is enabled for both TLS-encrypted, as well as plaintext data.
PLAINTEXT means that client-broker communication is enabled in plaintext only.
The default value is TLS_PLAINTEXT.
ClientBrokerpublic final String clientBrokerAsString()
Indicates the encryption setting for data in transit between clients and brokers. The following are the possible values.
TLS means that client-broker communication is enabled with TLS only.
TLS_PLAINTEXT means that client-broker communication is enabled for both TLS-encrypted, as well as plaintext data.
PLAINTEXT means that client-broker communication is enabled in plaintext only.
The default value is TLS_PLAINTEXT.
If the service returns an enum value that is not available in the current SDK version, clientBroker will
return ClientBroker.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
clientBrokerAsString().
Indicates the encryption setting for data in transit between clients and brokers. The following are the possible values.
TLS means that client-broker communication is enabled with TLS only.
TLS_PLAINTEXT means that client-broker communication is enabled for both TLS-encrypted, as well as plaintext data.
PLAINTEXT means that client-broker communication is enabled in plaintext only.
The default value is TLS_PLAINTEXT.
ClientBrokerpublic final Boolean inCluster()
When set to true, it indicates that data communication among the broker nodes of the cluster is encrypted. When set to false, the communication happens in plaintext.
The default value is true.
When set to true, it indicates that data communication among the broker nodes of the cluster is encrypted. When set to false, the communication happens in plaintext.
The default value is true.
public EncryptionInTransit.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<EncryptionInTransit.Builder,EncryptionInTransit>public static EncryptionInTransit.Builder builder()
public static Class<? extends EncryptionInTransit.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.