public static interface LogSubscription.Builder extends SdkPojo, CopyableBuilder<LogSubscription.Builder,LogSubscription>
Modifier and Type | Method and Description |
---|---|
LogSubscription.Builder |
directoryId(String directoryId)
Identifier (ID) of the directory that you want to associate with the log subscription.
|
LogSubscription.Builder |
logGroupName(String logGroupName)
The name of the log group.
|
LogSubscription.Builder |
subscriptionCreatedDateTime(Instant subscriptionCreatedDateTime)
The date and time that the log subscription was created.
|
copy
applyMutation, build
LogSubscription.Builder directoryId(String directoryId)
Identifier (ID) of the directory that you want to associate with the log subscription.
directoryId
- Identifier (ID) of the directory that you want to associate with the log subscription.LogSubscription.Builder logGroupName(String logGroupName)
The name of the log group.
logGroupName
- The name of the log group.LogSubscription.Builder subscriptionCreatedDateTime(Instant subscriptionCreatedDateTime)
The date and time that the log subscription was created.
subscriptionCreatedDateTime
- The date and time that the log subscription was created.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.