public static interface PutEncryptionConfigurationRequest.Builder extends IoTFleetWiseRequest.Builder, SdkPojo, CopyableBuilder<PutEncryptionConfigurationRequest.Builder,PutEncryptionConfigurationRequest>
| Modifier and Type | Method and Description |
|---|---|
PutEncryptionConfigurationRequest.Builder |
encryptionType(EncryptionType encryptionType)
The type of encryption.
|
PutEncryptionConfigurationRequest.Builder |
encryptionType(String encryptionType)
The type of encryption.
|
PutEncryptionConfigurationRequest.Builder |
kmsKeyId(String kmsKeyId)
The ID of the KMS key that is used for encryption.
|
PutEncryptionConfigurationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
PutEncryptionConfigurationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildPutEncryptionConfigurationRequest.Builder kmsKeyId(String kmsKeyId)
The ID of the KMS key that is used for encryption.
kmsKeyId - The ID of the KMS key that is used for encryption.PutEncryptionConfigurationRequest.Builder encryptionType(String 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.
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.EncryptionType,
EncryptionTypePutEncryptionConfigurationRequest.Builder encryptionType(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.
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.EncryptionType,
EncryptionTypePutEncryptionConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderPutEncryptionConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.