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 Summary
Modifier and TypeMethodDescriptionAmazon Resource Name (ARN) or alias of the KMS key.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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.
-