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)
Site.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) ListSitesResponse.Builder nextToken(String nextToken)
nextToken - The new value for the NextToken property for this object.Copyright © 2022. All rights reserved.