@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) customer master key (CMK) 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 customer master key (CMK).
|
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 String keyArn()
Amazon Resource Name (ARN) or alias of the customer master key (CMK). The CMK must be symmetric, created in the same region as the cluster, and if the CMK was created in a different account, the user must have access to the CMK. For more information, see Allowing Users in Other Accounts to Use a CMK 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 boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.