public static interface ListTrackersResponse.Builder extends LocationResponse.Builder, SdkPojo, CopyableBuilder<ListTrackersResponse.Builder,ListTrackersResponse>
| Modifier and Type | Method and Description |
|---|---|
ListTrackersResponse.Builder |
entries(Collection<ListTrackersResponseEntry> entries)
Contains tracker resources in your AWS account.
|
ListTrackersResponse.Builder |
entries(Consumer<ListTrackersResponseEntry.Builder>... entries)
Contains tracker resources in your AWS account.
|
ListTrackersResponse.Builder |
entries(ListTrackersResponseEntry... entries)
Contains tracker resources in your AWS account.
|
ListTrackersResponse.Builder |
nextToken(String nextToken)
A pagination token indicating there are additional pages available.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListTrackersResponse.Builder entries(Collection<ListTrackersResponseEntry> entries)
Contains tracker resources in your AWS account. Details include tracker name, description and timestamps for when the tracker was created and last updated.
entries - Contains tracker resources in your AWS account. Details include tracker name, description and
timestamps for when the tracker was created and last updated.ListTrackersResponse.Builder entries(ListTrackersResponseEntry... entries)
Contains tracker resources in your AWS account. Details include tracker name, description and timestamps for when the tracker was created and last updated.
entries - Contains tracker resources in your AWS account. Details include tracker name, description and
timestamps for when the tracker was created and last updated.ListTrackersResponse.Builder entries(Consumer<ListTrackersResponseEntry.Builder>... entries)
Contains tracker resources in your AWS account. Details include tracker name, description and timestamps for when the tracker was created and last updated.
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 #entries(List) .entries - a consumer that will call methods on List.Builder #entries(List) ListTrackersResponse.Builder nextToken(String nextToken)
A pagination token indicating there are additional pages available. You can use the token in a following request to fetch the next set of results.
nextToken - A pagination token indicating there are additional pages available. You can use the token in a
following request to fetch the next set of results.Copyright © 2021. All rights reserved.