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