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 (ID) 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)
Add an optional request override configuration.
|
CreateLogSubscriptionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, build
CreateLogSubscriptionRequest.Builder directoryId(String directoryId)
Identifier (ID) of the directory to which you want to subscribe and receive real-time logs to your specified CloudWatch log group.
directoryId
- Identifier (ID) 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)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.CreateLogSubscriptionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.