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)
Add an optional request override configuration.
|
ListLogSubscriptionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
ListLogSubscriptionsRequest.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)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ListLogSubscriptionsRequest.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 © 2021 Amazon Web Services, Inc. All Rights Reserved.