public static interface ListDistributedGrantsResponse.Builder extends LicenseManagerResponse.Builder, SdkPojo, CopyableBuilder<ListDistributedGrantsResponse.Builder,ListDistributedGrantsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListDistributedGrantsResponse.Builder |
grants(Collection<Grant> grants)
Distributed grant details.
|
ListDistributedGrantsResponse.Builder |
grants(Consumer<Grant.Builder>... grants)
Distributed grant details.
|
ListDistributedGrantsResponse.Builder |
grants(Grant... grants)
Distributed grant details.
|
ListDistributedGrantsResponse.Builder |
nextToken(String nextToken)
Token for the next set of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListDistributedGrantsResponse.Builder grants(Collection<Grant> grants)
Distributed grant details.
grants - Distributed grant details.ListDistributedGrantsResponse.Builder grants(Grant... grants)
Distributed grant details.
grants - Distributed grant details.ListDistributedGrantsResponse.Builder grants(Consumer<Grant.Builder>... grants)
Distributed 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) ListDistributedGrantsResponse.Builder nextToken(String nextToken)
Token for the next set of results.
nextToken - Token for the next set of results.Copyright © 2023. All rights reserved.