public static interface GetSitesResponse.Builder extends NetworkManagerResponse.Builder, SdkPojo, CopyableBuilder<GetSitesResponse.Builder,GetSitesResponse>
| Modifier and Type | Method and Description |
|---|---|
GetSitesResponse.Builder |
nextToken(String nextToken)
The token for the next page of results.
|
GetSitesResponse.Builder |
sites(Collection<Site> sites)
The sites.
|
GetSitesResponse.Builder |
sites(Consumer<Site.Builder>... sites)
The sites.
|
GetSitesResponse.Builder |
sites(Site... sites)
The sites.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetSitesResponse.Builder sites(Collection<Site> sites)
The sites.
sites - The sites.GetSitesResponse.Builder sites(Site... sites)
The sites.
sites - The sites.GetSitesResponse.Builder sites(Consumer<Site.Builder>... sites)
The sites.
This is a convenience method that creates an instance of theSite.Builder avoiding the need to create one
manually via Site.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #sites(List.
sites - a consumer that will call methods on
Site.Builder#sites(java.util.Collection) GetSitesResponse.Builder nextToken(String nextToken)
The token for the next page of results.
nextToken - The token for the next page of results.Copyright © 2023. All rights reserved.