public static interface ListSitesResponse.Builder extends OutpostsResponse.Builder, SdkPojo, CopyableBuilder<ListSitesResponse.Builder,ListSitesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListSitesResponse.Builder |
nextToken(String nextToken)
Sets the value of the NextToken property for this object.
|
ListSitesResponse.Builder |
sites(Collection<Site> sites)
Sets the value of the Sites property for this object.
|
ListSitesResponse.Builder |
sites(Consumer<Site.Builder>... sites)
Sets the value of the Sites property for this object.
|
ListSitesResponse.Builder |
sites(Site... sites)
Sets the value of the Sites property for this object.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListSitesResponse.Builder sites(Collection<Site> sites)
sites - The new value for the Sites property for this object.ListSitesResponse.Builder sites(Site... sites)
sites - The new value for the Sites property for this object.ListSitesResponse.Builder sites(Consumer<Site.Builder>... sites)
List.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 #sites(List) .sites - a consumer that will call methods on List.Builder #sites(List) ListSitesResponse.Builder nextToken(String nextToken)
nextToken - The new value for the NextToken property for this object.Copyright © 2020. All rights reserved.