public static interface DescribePackagesResponse.Builder extends OpenSearchResponse.Builder, SdkPojo, CopyableBuilder<DescribePackagesResponse.Builder,DescribePackagesResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribePackagesResponse.Builder |
nextToken(String nextToken)
When
nextToken is returned, there are more results available. |
DescribePackagesResponse.Builder |
packageDetailsList(Collection<PackageDetails> packageDetailsList)
Basic information about a package.
|
DescribePackagesResponse.Builder |
packageDetailsList(Consumer<PackageDetails.Builder>... packageDetailsList)
Basic information about a package.
|
DescribePackagesResponse.Builder |
packageDetailsList(PackageDetails... packageDetailsList)
Basic information about a package.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribePackagesResponse.Builder packageDetailsList(Collection<PackageDetails> packageDetailsList)
Basic information about a package.
packageDetailsList - Basic information about a package.DescribePackagesResponse.Builder packageDetailsList(PackageDetails... packageDetailsList)
Basic information about a package.
packageDetailsList - Basic information about a package.DescribePackagesResponse.Builder packageDetailsList(Consumer<PackageDetails.Builder>... packageDetailsList)
Basic information about a package.
This is a convenience method that creates an instance of thePackageDetails.Builder avoiding the need to create
one manually via PackageDetails.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #packageDetailsList(List.
packageDetailsList - a consumer that will call methods on
PackageDetails.Builder#packageDetailsList(java.util.Collection) DescribePackagesResponse.Builder nextToken(String nextToken)
When nextToken is returned, there are more results available. The value of
nextToken is a unique pagination token for each page. Make the call again using the returned
token to retrieve the next page.
nextToken - When nextToken is returned, there are more results available. The value of
nextToken is a unique pagination token for each page. Make the call again using the
returned token to retrieve the next page.Copyright © 2023. All rights reserved.