public static interface ListHostedConfigurationVersionsResponse.Builder extends AppConfigResponse.Builder, SdkPojo, CopyableBuilder<ListHostedConfigurationVersionsResponse.Builder,ListHostedConfigurationVersionsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListHostedConfigurationVersionsResponse.Builder |
items(Collection<HostedConfigurationVersionSummary> items)
The elements from this collection.
|
ListHostedConfigurationVersionsResponse.Builder |
items(Consumer<HostedConfigurationVersionSummary.Builder>... items)
The elements from this collection.
|
ListHostedConfigurationVersionsResponse.Builder |
items(HostedConfigurationVersionSummary... items)
The elements from this collection.
|
ListHostedConfigurationVersionsResponse.Builder |
nextToken(String nextToken)
The token for the next set of items to return.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListHostedConfigurationVersionsResponse.Builder items(Collection<HostedConfigurationVersionSummary> items)
The elements from this collection.
items - The elements from this collection.ListHostedConfigurationVersionsResponse.Builder items(HostedConfigurationVersionSummary... items)
The elements from this collection.
items - The elements from this collection.ListHostedConfigurationVersionsResponse.Builder items(Consumer<HostedConfigurationVersionSummary.Builder>... items)
The elements from this collection.
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 #items(List) .items - a consumer that will call methods on List.Builder #items(List) ListHostedConfigurationVersionsResponse.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 © 2022. All rights reserved.