public static interface AssociateKmsKeyRequest.Builder extends CloudWatchLogsRequest.Builder, 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)
Add an optional request override configuration.
|
AssociateKmsKeyRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationcopyapplyMutation, 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. For more information, see Amazon Resource Names - AWS Key Management Service (AWS KMS).
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).AssociateKmsKeyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.AssociateKmsKeyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.