public static interface PutEncryptionConfigurationResponse.Builder extends IoTFleetWiseResponse.Builder, SdkPojo, CopyableBuilder<PutEncryptionConfigurationResponse.Builder,PutEncryptionConfigurationResponse>
| Modifier and Type | Method and Description |
|---|---|
PutEncryptionConfigurationResponse.Builder |
encryptionStatus(EncryptionStatus encryptionStatus)
The encryption status.
|
PutEncryptionConfigurationResponse.Builder |
encryptionStatus(String encryptionStatus)
The encryption status.
|
PutEncryptionConfigurationResponse.Builder |
encryptionType(EncryptionType encryptionType)
The type of encryption.
|
PutEncryptionConfigurationResponse.Builder |
encryptionType(String encryptionType)
The type of encryption.
|
PutEncryptionConfigurationResponse.Builder |
kmsKeyId(String kmsKeyId)
The ID of the KMS key that is used for encryption.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildPutEncryptionConfigurationResponse.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.PutEncryptionConfigurationResponse.Builder encryptionStatus(String encryptionStatus)
The encryption status.
encryptionStatus - The encryption status.EncryptionStatus,
EncryptionStatusPutEncryptionConfigurationResponse.Builder encryptionStatus(EncryptionStatus encryptionStatus)
The encryption status.
encryptionStatus - The encryption status.EncryptionStatus,
EncryptionStatusPutEncryptionConfigurationResponse.Builder encryptionType(String encryptionType)
The type of encryption. Set to KMS_BASED_ENCRYPTION to use an KMS key that you own and manage.
Set to FLEETWISE_DEFAULT_ENCRYPTION to use an Amazon Web Services managed key that is owned by
the Amazon Web Services IoT FleetWise service account.
encryptionType - The type of encryption. Set to KMS_BASED_ENCRYPTION to use an KMS key that you own and
manage. Set to FLEETWISE_DEFAULT_ENCRYPTION to use an Amazon Web Services managed key
that is owned by the Amazon Web Services IoT FleetWise service account.EncryptionType,
EncryptionTypePutEncryptionConfigurationResponse.Builder encryptionType(EncryptionType encryptionType)
The type of encryption. Set to KMS_BASED_ENCRYPTION to use an KMS key that you own and manage.
Set to FLEETWISE_DEFAULT_ENCRYPTION to use an Amazon Web Services managed key that is owned by
the Amazon Web Services IoT FleetWise service account.
encryptionType - The type of encryption. Set to KMS_BASED_ENCRYPTION to use an KMS key that you own and
manage. Set to FLEETWISE_DEFAULT_ENCRYPTION to use an Amazon Web Services managed key
that is owned by the Amazon Web Services IoT FleetWise service account.EncryptionType,
EncryptionTypeCopyright © 2023. All rights reserved.