public static interface ListLogSubscriptionsResponse.Builder extends DirectoryResponse.Builder, SdkPojo, CopyableBuilder<ListLogSubscriptionsResponse.Builder,ListLogSubscriptionsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListLogSubscriptionsResponse.Builder |
logSubscriptions(Collection<LogSubscription> logSubscriptions)
A list of active LogSubscription objects for calling the Amazon Web Services account.
|
ListLogSubscriptionsResponse.Builder |
logSubscriptions(Consumer<LogSubscription.Builder>... logSubscriptions)
A list of active LogSubscription objects for calling the Amazon Web Services account.
|
ListLogSubscriptionsResponse.Builder |
logSubscriptions(LogSubscription... logSubscriptions)
A list of active LogSubscription objects for calling the Amazon Web Services account.
|
ListLogSubscriptionsResponse.Builder |
nextToken(String nextToken)
The token for the next set of items to return.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListLogSubscriptionsResponse.Builder logSubscriptions(Collection<LogSubscription> logSubscriptions)
A list of active LogSubscription objects for calling the Amazon Web Services account.
logSubscriptions - A list of active LogSubscription objects for calling the Amazon Web Services account.ListLogSubscriptionsResponse.Builder logSubscriptions(LogSubscription... logSubscriptions)
A list of active LogSubscription objects for calling the Amazon Web Services account.
logSubscriptions - A list of active LogSubscription objects for calling the Amazon Web Services account.ListLogSubscriptionsResponse.Builder logSubscriptions(Consumer<LogSubscription.Builder>... logSubscriptions)
A list of active LogSubscription objects for calling the Amazon Web Services account.
This is a convenience method that creates an instance of theLogSubscription.Builder avoiding the need to create
one manually via LogSubscription.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #logSubscriptions(List.
logSubscriptions - a consumer that will call methods on
LogSubscription.Builder#logSubscriptions(java.util.Collection) ListLogSubscriptionsResponse.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.Copyright © 2023. All rights reserved.