@Generated(value="software.amazon.awssdk:codegen") public final class AssociateKmsKeyRequest extends CloudWatchLogsRequest implements ToCopyableBuilder<AssociateKmsKeyRequest.Builder,AssociateKmsKeyRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
AssociateKmsKeyRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AssociateKmsKeyRequest.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
kmsKeyId()
The Amazon Resource Name (ARN) of the CMK to use when encrypting log data.
|
String |
logGroupName()
The name of the log group.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AssociateKmsKeyRequest.Builder> |
serializableBuilderClass() |
AssociateKmsKeyRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String logGroupName()
The name of the log group.
public String kmsKeyId()
The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. For more information, see Amazon Resource Names - AWS Key Management Service (AWS KMS).
public AssociateKmsKeyRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AssociateKmsKeyRequest.Builder,AssociateKmsKeyRequest>toBuilder in class CloudWatchLogsRequestpublic static AssociateKmsKeyRequest.Builder builder()
public static Class<? extends AssociateKmsKeyRequest.Builder> serializableBuilderClass()
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.