Interface CreateLogSubscriptionRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateLogSubscriptionRequest.Builder,CreateLogSubscriptionRequest>,DirectoryRequest.Builder,SdkBuilder<CreateLogSubscriptionRequest.Builder,CreateLogSubscriptionRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateLogSubscriptionRequest
public static interface CreateLogSubscriptionRequest.Builder extends DirectoryRequest.Builder, SdkPojo, CopyableBuilder<CreateLogSubscriptionRequest.Builder,CreateLogSubscriptionRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateLogSubscriptionRequest.BuilderdirectoryId(String directoryId)Identifier of the directory to which you want to subscribe and receive real-time logs to your specified CloudWatch log group.CreateLogSubscriptionRequest.BuilderlogGroupName(String logGroupName)The name of the CloudWatch log group where the real-time domain controller logs are forwarded.CreateLogSubscriptionRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateLogSubscriptionRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.directory.model.DirectoryRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
directoryId
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.
- Parameters:
directoryId- Identifier of the directory to which you want to subscribe and receive real-time logs to your specified CloudWatch log group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
logGroupName
CreateLogSubscriptionRequest.Builder logGroupName(String logGroupName)
The name of the CloudWatch log group where the real-time domain controller logs are forwarded.
- Parameters:
logGroupName- The name of the CloudWatch log group where the real-time domain controller logs are forwarded.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateLogSubscriptionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateLogSubscriptionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-