public static interface ListLogSubscriptionsRequest.Builder extends DirectoryRequest.Builder, SdkPojo, CopyableBuilder<ListLogSubscriptionsRequest.Builder,ListLogSubscriptionsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListLogSubscriptionsRequest.Builder |
directoryId(String directoryId)
If a DirectoryID is provided, lists only the log subscription associated with that directory.
|
ListLogSubscriptionsRequest.Builder |
limit(Integer limit)
The maximum number of items returned.
|
ListLogSubscriptionsRequest.Builder |
nextToken(String nextToken)
The token for the next set of items to return.
|
ListLogSubscriptionsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListLogSubscriptionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListLogSubscriptionsRequest.Builder directoryId(String directoryId)
If a DirectoryID is provided, lists only the log subscription associated with that directory. If no DirectoryId is provided, lists all log subscriptions associated with your AWS account. If there are no log subscriptions for the AWS account or the directory, an empty list will be returned.
directoryId - If a DirectoryID is provided, lists only the log subscription associated with that directory.
If no DirectoryId is provided, lists all log subscriptions associated with your AWS account. If
there are no log subscriptions for the AWS account or the directory, an empty list will be returned.ListLogSubscriptionsRequest.Builder nextToken(String nextToken)
The token for the next set of items to return.
nextToken - The token for the next set of items to return.ListLogSubscriptionsRequest.Builder limit(Integer limit)
The maximum number of items returned.
limit - The maximum number of items returned.ListLogSubscriptionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListLogSubscriptionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.