Interface Provider.Builder

All Superinterfaces:
Buildable, CopyableBuilder<Provider.Builder,Provider>, SdkBuilder<Provider.Builder,Provider>, SdkPojo
Enclosing class:
Provider

@Mutable @NotThreadSafe public static interface Provider.Builder extends SdkPojo, CopyableBuilder<Provider.Builder,Provider>
  • Method Details

    • keyArn

      Provider.Builder keyArn(String keyArn)

      Amazon Resource Name (ARN) or alias of the KMS key. The KMS key must be symmetric and created in the same Amazon Web Services Region as the cluster. If the KMS key was created in a different account, the IAM principal must have access to the KMS key. For more information, see Allowing users in other accounts to use a KMS key in the Key Management Service Developer Guide.

      Parameters:
      keyArn - Amazon Resource Name (ARN) or alias of the KMS key. The KMS key must be symmetric and created in the same Amazon Web Services Region as the cluster. If the KMS key was created in a different account, the IAM principal must have access to the KMS key. For more information, see Allowing users in other accounts to use a KMS key in the Key Management Service Developer Guide.
      Returns:
      Returns a reference to this object so that method calls can be chained together.