@Generated(value="software.amazon.awssdk:codegen") public final class Provider extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Provider.Builder,Provider>
Identifies the AWS Key Management Service (AWS KMS) key used to encrypt the secrets.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Provider.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Provider.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
keyArn()
Amazon Resource Name (ARN) or alias of the KMS key.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Provider.Builder> |
serializableBuilderClass() |
Provider.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String keyArn()
Amazon Resource Name (ARN) or alias of the KMS key. The KMS key must be symmetric, created in the same region as the cluster, and if the KMS key was created in a different account, the user must have access to the KMS key. For more information, see Allowing Users in Other Accounts to Use a KMS key in the AWS Key Management Service Developer Guide.
public Provider.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Provider.Builder,Provider>public static Provider.Builder builder()
public static Class<? extends Provider.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.