public static interface ListAccessLogSubscriptionsResponse.Builder extends VpcLatticeResponse.Builder, SdkPojo, CopyableBuilder<ListAccessLogSubscriptionsResponse.Builder,ListAccessLogSubscriptionsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListAccessLogSubscriptionsResponse.Builder |
items(AccessLogSubscriptionSummary... items)
The access log subscriptions.
|
ListAccessLogSubscriptionsResponse.Builder |
items(Collection<AccessLogSubscriptionSummary> items)
The access log subscriptions.
|
ListAccessLogSubscriptionsResponse.Builder |
items(Consumer<AccessLogSubscriptionSummary.Builder>... items)
The access log subscriptions.
|
ListAccessLogSubscriptionsResponse.Builder |
nextToken(String nextToken)
A pagination token for the next page of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAccessLogSubscriptionsResponse.Builder items(Collection<AccessLogSubscriptionSummary> items)
The access log subscriptions.
items - The access log subscriptions.ListAccessLogSubscriptionsResponse.Builder items(AccessLogSubscriptionSummary... items)
The access log subscriptions.
items - The access log subscriptions.ListAccessLogSubscriptionsResponse.Builder items(Consumer<AccessLogSubscriptionSummary.Builder>... items)
The access log subscriptions.
This is a convenience method that creates an instance of theAccessLogSubscriptionSummary.Builder avoiding the
need to create one manually via
AccessLogSubscriptionSummary.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #items(List.
items - a consumer that will call methods on
AccessLogSubscriptionSummary.Builder#items(java.util.Collection) ListAccessLogSubscriptionsResponse.Builder nextToken(String nextToken)
A pagination token for the next page of results.
nextToken - A pagination token for the next page of results.Copyright © 2023. All rights reserved.