public static interface AssociateKmsKeyRequest.Builder extends CloudWatchLogsRequest.Builder, SdkPojo, CopyableBuilder<AssociateKmsKeyRequest.Builder,AssociateKmsKeyRequest>
| Modifier and Type | Method and Description |
|---|---|
AssociateKmsKeyRequest.Builder |
kmsKeyId(String kmsKeyId)
The Amazon Resource Name (ARN) of the CMK to use when encrypting log data.
|
AssociateKmsKeyRequest.Builder |
logGroupName(String logGroupName)
The name of the log group.
|
AssociateKmsKeyRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AssociateKmsKeyRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildAssociateKmsKeyRequest.Builder logGroupName(String logGroupName)
The name of the log group.
logGroupName - The name of the log group.AssociateKmsKeyRequest.Builder kmsKeyId(String kmsKeyId)
The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. This must be a symmetric CMK. For more information, see Amazon Resource Names - Key Management Service and Using Symmetric and Asymmetric Keys.
kmsKeyId - The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. This must be a symmetric
CMK. For more information, see Amazon Resource Names - Key Management Service and Using Symmetric
and Asymmetric Keys.AssociateKmsKeyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderAssociateKmsKeyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.