public static interface ListManagedResourcesResponse.Builder extends ArcZonalShiftResponse.Builder, SdkPojo, CopyableBuilder<ListManagedResourcesResponse.Builder,ListManagedResourcesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListManagedResourcesResponse.Builder |
items(Collection<ManagedResourceSummary> items)
The items in the response list.
|
ListManagedResourcesResponse.Builder |
items(Consumer<ManagedResourceSummary.Builder>... items)
The items in the response list.
|
ListManagedResourcesResponse.Builder |
items(ManagedResourceSummary... items)
The items in the response list.
|
ListManagedResourcesResponse.Builder |
nextToken(String nextToken)
Specifies that you want to receive the next page of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListManagedResourcesResponse.Builder items(Collection<ManagedResourceSummary> items)
The items in the response list.
items - The items in the response list.ListManagedResourcesResponse.Builder items(ManagedResourceSummary... items)
The items in the response list.
items - The items in the response list.ListManagedResourcesResponse.Builder items(Consumer<ManagedResourceSummary.Builder>... items)
The items in the response list.
This is a convenience method that creates an instance of theManagedResourceSummary.Builder avoiding the need
to create one manually via
ManagedResourceSummary.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
ManagedResourceSummary.Builder#items(java.util.Collection) ListManagedResourcesResponse.Builder nextToken(String nextToken)
Specifies that you want to receive the next page of results. Valid only if you received a
NextToken response in the previous request. If you did, it indicates that more output is
available. Set this parameter to the value provided by the previous call's NextToken response to
request the next page of results.
nextToken - Specifies that you want to receive the next page of results. Valid only if you received a
NextToken response in the previous request. If you did, it indicates that more output is
available. Set this parameter to the value provided by the previous call's NextToken
response to request the next page of results.Copyright © 2023. All rights reserved.