Interface KmsConfiguration.Builder

  • Method Details

    • keyType

      KmsConfiguration.Builder keyType(String keyType)

      The type of KMS key (CustomerManagedKey or ServiceManagedKey).

      Parameters:
      keyType - The type of KMS key (CustomerManagedKey or ServiceManagedKey).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • keyType

      The type of KMS key (CustomerManagedKey or ServiceManagedKey).

      Parameters:
      keyType - The type of KMS key (CustomerManagedKey or ServiceManagedKey).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • kmsKeyArn

      KmsConfiguration.Builder kmsKeyArn(String kmsKeyArn)

      The Amazon Resource Name (ARN) of the KMS key.

      Parameters:
      kmsKeyArn - The Amazon Resource Name (ARN) of the KMS key.
      Returns:
      Returns a reference to this object so that method calls can be chained together.