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 AWS account.
|
ListLogSubscriptionsResponse.Builder |
logSubscriptions(Consumer<LogSubscription.Builder>... logSubscriptions)
A list of active LogSubscription objects for calling the AWS account.
|
ListLogSubscriptionsResponse.Builder |
logSubscriptions(LogSubscription... logSubscriptions)
A list of active LogSubscription objects for calling the AWS account.
|
ListLogSubscriptionsResponse.Builder |
nextToken(String nextToken)
The token for the next set of items to return.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildListLogSubscriptionsResponse.Builder logSubscriptions(Collection<LogSubscription> logSubscriptions)
A list of active LogSubscription objects for calling the AWS account.
logSubscriptions - A list of active LogSubscription objects for calling the AWS account.ListLogSubscriptionsResponse.Builder logSubscriptions(LogSubscription... logSubscriptions)
A list of active LogSubscription objects for calling the AWS account.
logSubscriptions - A list of active LogSubscription objects for calling the AWS account.ListLogSubscriptionsResponse.Builder logSubscriptions(Consumer<LogSubscription.Builder>... logSubscriptions)
A list of active LogSubscription objects for calling the AWS account.
This is a convenience that creates an instance of theList.Builder avoiding the need
to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #logSubscriptions(List) .logSubscriptions - a consumer that will call methods on List.Builder #logSubscriptions(List) 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 © 2017 Amazon Web Services, Inc. All Rights Reserved.