Interface PutEncryptionConfigurationResponse.Builder

    • Method Detail

      • kmsKeyId

        PutEncryptionConfigurationResponse.Builder kmsKeyId​(String kmsKeyId)

        The ID of the KMS key that is used for encryption.

        Parameters:
        kmsKeyId - The ID of the KMS key that is used for encryption.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • encryptionType

        PutEncryptionConfigurationResponse.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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        EncryptionType, EncryptionType
      • encryptionType

        PutEncryptionConfigurationResponse.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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        EncryptionType, EncryptionType