public static interface GetPackageVersionHistoryResponse.Builder extends OpenSearchResponse.Builder, SdkPojo, CopyableBuilder<GetPackageVersionHistoryResponse.Builder,GetPackageVersionHistoryResponse>
| Modifier and Type | Method and Description |
|---|---|
GetPackageVersionHistoryResponse.Builder |
nextToken(String nextToken)
When
nextToken is returned, there are more results available. |
GetPackageVersionHistoryResponse.Builder |
packageID(String packageID)
The unique identifier of the package.
|
GetPackageVersionHistoryResponse.Builder |
packageVersionHistoryList(Collection<PackageVersionHistory> packageVersionHistoryList)
A list of package versions, along with their creation time and commit message.
|
GetPackageVersionHistoryResponse.Builder |
packageVersionHistoryList(Consumer<PackageVersionHistory.Builder>... packageVersionHistoryList)
A list of package versions, along with their creation time and commit message.
|
GetPackageVersionHistoryResponse.Builder |
packageVersionHistoryList(PackageVersionHistory... packageVersionHistoryList)
A list of package versions, along with their creation time and commit message.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetPackageVersionHistoryResponse.Builder packageID(String packageID)
The unique identifier of the package.
packageID - The unique identifier of the package.GetPackageVersionHistoryResponse.Builder packageVersionHistoryList(Collection<PackageVersionHistory> packageVersionHistoryList)
A list of package versions, along with their creation time and commit message.
packageVersionHistoryList - A list of package versions, along with their creation time and commit message.GetPackageVersionHistoryResponse.Builder packageVersionHistoryList(PackageVersionHistory... packageVersionHistoryList)
A list of package versions, along with their creation time and commit message.
packageVersionHistoryList - A list of package versions, along with their creation time and commit message.GetPackageVersionHistoryResponse.Builder packageVersionHistoryList(Consumer<PackageVersionHistory.Builder>... packageVersionHistoryList)
A list of package versions, along with their creation time and commit message.
This is a convenience method that creates an instance of thePackageVersionHistory.Builder avoiding the need to
create one manually via
PackageVersionHistory.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #packageVersionHistoryList(List.
packageVersionHistoryList - a consumer that will call methods on
PackageVersionHistory.Builder#packageVersionHistoryList(java.util.Collection) GetPackageVersionHistoryResponse.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 © 2022. All rights reserved.