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, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
ListLogSubscriptionsResponse.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 © 2021 Amazon Web Services, Inc. All Rights Reserved.