public static interface ListExtensionsResponse.Builder extends AppConfigResponse.Builder, SdkPojo, CopyableBuilder<ListExtensionsResponse.Builder,ListExtensionsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListExtensionsResponse.Builder |
items(Collection<ExtensionSummary> items)
The list of available extensions.
|
ListExtensionsResponse.Builder |
items(Consumer<ExtensionSummary.Builder>... items)
The list of available extensions.
|
ListExtensionsResponse.Builder |
items(ExtensionSummary... items)
The list of available extensions.
|
ListExtensionsResponse.Builder |
nextToken(String nextToken)
The token for the next set of items to return.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListExtensionsResponse.Builder items(Collection<ExtensionSummary> items)
The list of available extensions. The list includes Amazon Web Services authored and user-created extensions.
items - The list of available extensions. The list includes Amazon Web Services authored and user-created
extensions.ListExtensionsResponse.Builder items(ExtensionSummary... items)
The list of available extensions. The list includes Amazon Web Services authored and user-created extensions.
items - The list of available extensions. The list includes Amazon Web Services authored and user-created
extensions.ListExtensionsResponse.Builder items(Consumer<ExtensionSummary.Builder>... items)
The list of available extensions. The list includes Amazon Web Services authored and user-created extensions.
This is a convenience method that creates an instance of theExtensionSummary.Builder avoiding the need to create
one manually via ExtensionSummary.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
ExtensionSummary.Builder#items(java.util.Collection) ListExtensionsResponse.Builder nextToken(String nextToken)
The token for the next set of items to return. Use this token to get the next set of results.
nextToken - The token for the next set of items to return. Use this token to get the next set of results.Copyright © 2023. All rights reserved.