public static interface ListMobileSdkReleasesResponse.Builder extends Wafv2Response.Builder, SdkPojo, CopyableBuilder<ListMobileSdkReleasesResponse.Builder,ListMobileSdkReleasesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListMobileSdkReleasesResponse.Builder |
nextMarker(String nextMarker)
When you request a list of objects with a
Limit setting, if the number of objects that are still
available for retrieval exceeds the limit, WAF returns a NextMarker value in the response. |
ListMobileSdkReleasesResponse.Builder |
releaseSummaries(Collection<ReleaseSummary> releaseSummaries)
The high level information for the available SDK releases.
|
ListMobileSdkReleasesResponse.Builder |
releaseSummaries(Consumer<ReleaseSummary.Builder>... releaseSummaries)
The high level information for the available SDK releases.
|
ListMobileSdkReleasesResponse.Builder |
releaseSummaries(ReleaseSummary... releaseSummaries)
The high level information for the available SDK releases.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListMobileSdkReleasesResponse.Builder releaseSummaries(Collection<ReleaseSummary> releaseSummaries)
The high level information for the available SDK releases. If you specified a Limit in your
request, this might not be the full list.
releaseSummaries - The high level information for the available SDK releases. If you specified a Limit in
your request, this might not be the full list.ListMobileSdkReleasesResponse.Builder releaseSummaries(ReleaseSummary... releaseSummaries)
The high level information for the available SDK releases. If you specified a Limit in your
request, this might not be the full list.
releaseSummaries - The high level information for the available SDK releases. If you specified a Limit in
your request, this might not be the full list.ListMobileSdkReleasesResponse.Builder releaseSummaries(Consumer<ReleaseSummary.Builder>... releaseSummaries)
The high level information for the available SDK releases. If you specified a Limit in your
request, this might not be the full list.
ReleaseSummary.Builder avoiding the need to create one
manually via ReleaseSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #releaseSummaries(List.
releaseSummaries - a consumer that will call methods on
ReleaseSummary.Builder#releaseSummaries(java.util.Collection) ListMobileSdkReleasesResponse.Builder nextMarker(String nextMarker)
When you request a list of objects with a Limit setting, if the number of objects that are still
available for retrieval exceeds the limit, WAF returns a NextMarker value in the response. To
retrieve the next batch of objects, provide the marker from the prior call in your next request.
nextMarker - When you request a list of objects with a Limit setting, if the number of objects that
are still available for retrieval exceeds the limit, WAF returns a NextMarker value in
the response. To retrieve the next batch of objects, provide the marker from the prior call in your
next request.Copyright © 2023. All rights reserved.