public static interface ListReceivedGrantsResponse.Builder extends LicenseManagerResponse.Builder, SdkPojo, CopyableBuilder<ListReceivedGrantsResponse.Builder,ListReceivedGrantsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListReceivedGrantsResponse.Builder |
grants(Collection<Grant> grants)
Received grant details.
|
ListReceivedGrantsResponse.Builder |
grants(Consumer<Grant.Builder>... grants)
Received grant details.
|
ListReceivedGrantsResponse.Builder |
grants(Grant... grants)
Received grant details.
|
ListReceivedGrantsResponse.Builder |
nextToken(String nextToken)
Token for the next set of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListReceivedGrantsResponse.Builder grants(Collection<Grant> grants)
Received grant details.
grants - Received grant details.ListReceivedGrantsResponse.Builder grants(Grant... grants)
Received grant details.
grants - Received grant details.ListReceivedGrantsResponse.Builder grants(Consumer<Grant.Builder>... grants)
Received grant details.
This is a convenience method that creates an instance of theGrant.Builder avoiding the need to create one
manually via Grant.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #grants(List.
grants - a consumer that will call methods on
Grant.Builder#grants(java.util.Collection) ListReceivedGrantsResponse.Builder nextToken(String nextToken)
Token for the next set of results.
nextToken - Token for the next set of results.Copyright © 2023. All rights reserved.