public static interface CreateLogSubscriptionRequest.Builder extends DirectoryRequest.Builder, SdkPojo, CopyableBuilder<CreateLogSubscriptionRequest.Builder,CreateLogSubscriptionRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateLogSubscriptionRequest.Builder |
directoryId(String directoryId)
Identifier of the directory to which you want to subscribe and receive real-time logs to your specified
CloudWatch log group.
|
CreateLogSubscriptionRequest.Builder |
logGroupName(String logGroupName)
The name of the CloudWatch log group where the real-time domain controller logs are forwarded.
|
CreateLogSubscriptionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateLogSubscriptionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateLogSubscriptionRequest.Builder directoryId(String directoryId)
Identifier of the directory to which you want to subscribe and receive real-time logs to your specified CloudWatch log group.
directoryId - Identifier of the directory to which you want to subscribe and receive real-time logs to your
specified CloudWatch log group.CreateLogSubscriptionRequest.Builder logGroupName(String logGroupName)
The name of the CloudWatch log group where the real-time domain controller logs are forwarded.
logGroupName - The name of the CloudWatch log group where the real-time domain controller logs are forwarded.CreateLogSubscriptionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateLogSubscriptionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.