public static interface ListReceivedGrantsForOrganizationRequest.Builder extends LicenseManagerRequest.Builder, SdkPojo, CopyableBuilder<ListReceivedGrantsForOrganizationRequest.Builder,ListReceivedGrantsForOrganizationRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListReceivedGrantsForOrganizationRequest.Builder licenseArn(String licenseArn)
The Amazon Resource Name (ARN) of the received license.
licenseArn - The Amazon Resource Name (ARN) of the received license.ListReceivedGrantsForOrganizationRequest.Builder filters(Collection<Filter> filters)
Filters to scope the results. The following filters are supported:
ParentArn
GranteePrincipalArn
filters - Filters to scope the results. The following filters are supported:
ParentArn
GranteePrincipalArn
ListReceivedGrantsForOrganizationRequest.Builder filters(Filter... filters)
Filters to scope the results. The following filters are supported:
ParentArn
GranteePrincipalArn
filters - Filters to scope the results. The following filters are supported:
ParentArn
GranteePrincipalArn
ListReceivedGrantsForOrganizationRequest.Builder filters(Consumer<Filter.Builder>... filters)
Filters to scope the results. The following filters are supported:
ParentArn
GranteePrincipalArn
Filter.Builder avoiding the need to create one
manually via Filter.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #filters(List.
filters - a consumer that will call methods on
Filter.Builder#filters(java.util.Collection) ListReceivedGrantsForOrganizationRequest.Builder nextToken(String nextToken)
Token for the next set of results.
nextToken - Token for the next set of results.ListReceivedGrantsForOrganizationRequest.Builder maxResults(Integer maxResults)
Maximum number of results to return in a single call.
maxResults - Maximum number of results to return in a single call.ListReceivedGrantsForOrganizationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListReceivedGrantsForOrganizationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.