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 theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #grants(List) .grants - a consumer that will call methods on List.Builder #grants(List) ListReceivedGrantsResponse.Builder nextToken(String nextToken)
Token for the next set of results.
nextToken - Token for the next set of results.Copyright © 2022. All rights reserved.