Interface Provider.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Provider.Builder,Provider>,SdkBuilder<Provider.Builder,Provider>,SdkPojo
- Enclosing class:
- Provider
public static interface Provider.Builder extends SdkPojo, CopyableBuilder<Provider.Builder,Provider>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Provider.BuilderkeyArn(String keyArn)Amazon 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 Detail
-
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.
-
-