public static interface ListExtensionAssociationsResponse.Builder extends AppConfigResponse.Builder, SdkPojo, CopyableBuilder<ListExtensionAssociationsResponse.Builder,ListExtensionAssociationsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListExtensionAssociationsResponse.Builder |
items(Collection<ExtensionAssociationSummary> items)
The list of extension associations.
|
ListExtensionAssociationsResponse.Builder |
items(Consumer<ExtensionAssociationSummary.Builder>... items)
The list of extension associations.
|
ListExtensionAssociationsResponse.Builder |
items(ExtensionAssociationSummary... items)
The list of extension associations.
|
ListExtensionAssociationsResponse.Builder |
nextToken(String nextToken)
The token for the next set of items to return.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListExtensionAssociationsResponse.Builder items(Collection<ExtensionAssociationSummary> items)
The list of extension associations. Each item represents an extension association to an application, environment, or configuration profile.
items - The list of extension associations. Each item represents an extension association to an application,
environment, or configuration profile.ListExtensionAssociationsResponse.Builder items(ExtensionAssociationSummary... items)
The list of extension associations. Each item represents an extension association to an application, environment, or configuration profile.
items - The list of extension associations. Each item represents an extension association to an application,
environment, or configuration profile.ListExtensionAssociationsResponse.Builder items(Consumer<ExtensionAssociationSummary.Builder>... items)
The list of extension associations. Each item represents an extension association to an application, environment, or configuration profile.
This is a convenience method that creates an instance of theExtensionAssociationSummary.Builder avoiding the need
to create one manually via
ExtensionAssociationSummary.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
ExtensionAssociationSummary.Builder#items(java.util.Collection) ListExtensionAssociationsResponse.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.