@Generated(value="software.amazon.awssdk:codegen") public final class PutEncryptionConfigurationRequest extends IoTFleetWiseRequest implements ToCopyableBuilder<PutEncryptionConfigurationRequest.Builder,PutEncryptionConfigurationRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
PutEncryptionConfigurationRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static PutEncryptionConfigurationRequest.Builder |
builder() |
EncryptionType |
encryptionType()
The type of encryption.
|
String |
encryptionTypeAsString()
The type of encryption.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
kmsKeyId()
The ID of the KMS key that is used for encryption.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PutEncryptionConfigurationRequest.Builder> |
serializableBuilderClass() |
PutEncryptionConfigurationRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String kmsKeyId()
The ID of the KMS key that is used for encryption.
public final EncryptionType encryptionType()
The type of encryption. Choose KMS_BASED_ENCRYPTION to use a KMS key or
FLEETWISE_DEFAULT_ENCRYPTION to use an Amazon Web Services managed key.
If the service returns an enum value that is not available in the current SDK version, encryptionType
will return EncryptionType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from encryptionTypeAsString().
KMS_BASED_ENCRYPTION to use a KMS key or
FLEETWISE_DEFAULT_ENCRYPTION to use an Amazon Web Services managed key.EncryptionTypepublic final String encryptionTypeAsString()
The type of encryption. Choose KMS_BASED_ENCRYPTION to use a KMS key or
FLEETWISE_DEFAULT_ENCRYPTION to use an Amazon Web Services managed key.
If the service returns an enum value that is not available in the current SDK version, encryptionType
will return EncryptionType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from encryptionTypeAsString().
KMS_BASED_ENCRYPTION to use a KMS key or
FLEETWISE_DEFAULT_ENCRYPTION to use an Amazon Web Services managed key.EncryptionTypepublic PutEncryptionConfigurationRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PutEncryptionConfigurationRequest.Builder,PutEncryptionConfigurationRequest>toBuilder in class IoTFleetWiseRequestpublic static PutEncryptionConfigurationRequest.Builder builder()
public static Class<? extends PutEncryptionConfigurationRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.