Interface ListReceivedGrantsRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<ListReceivedGrantsRequest.Builder,,- ListReceivedGrantsRequest> - LicenseManagerRequest.Builder,- SdkBuilder<ListReceivedGrantsRequest.Builder,,- ListReceivedGrantsRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- ListReceivedGrantsRequest
- 
Method SummaryModifier and TypeMethodDescriptionfilters(Collection<Filter> filters) Filters to scope the results.filters(Consumer<Filter.Builder>... filters) Filters to scope the results.Filters to scope the results.Amazon Resource Names (ARNs) of the grants.grantArns(Collection<String> grantArns) Amazon Resource Names (ARNs) of the grants.maxResults(Integer maxResults) Maximum number of results to return in a single call.Token for the next set of results.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.licensemanager.model.LicenseManagerRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
grantArnsAmazon Resource Names (ARNs) of the grants. - Parameters:
- grantArns- Amazon Resource Names (ARNs) of the grants.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
grantArnsAmazon Resource Names (ARNs) of the grants. - Parameters:
- grantArns- Amazon Resource Names (ARNs) of the grants.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
filtersFilters to scope the results. The following filters are supported: - 
 ProductSKU
- 
 LicenseIssuerName
- 
 LicenseArn
- 
 GrantStatus
- 
 GranterAccountId
 - Parameters:
- filters- Filters to scope the results. The following filters are supported:- 
        ProductSKU
- 
        LicenseIssuerName
- 
        LicenseArn
- 
        GrantStatus
- 
        GranterAccountId
 
- 
        
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
 
- 
filtersFilters to scope the results. The following filters are supported: - 
 ProductSKU
- 
 LicenseIssuerName
- 
 LicenseArn
- 
 GrantStatus
- 
 GranterAccountId
 - Parameters:
- filters- Filters to scope the results. The following filters are supported:- 
        ProductSKU
- 
        LicenseIssuerName
- 
        LicenseArn
- 
        GrantStatus
- 
        GranterAccountId
 
- 
        
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
 
- 
filtersFilters to scope the results. The following filters are supported: - 
 ProductSKU
- 
 LicenseIssuerName
- 
 LicenseArn
- 
 GrantStatus
- 
 GranterAccountId
 Filter.Builderavoiding the need to create one manually viaFilter.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofilters(List<Filter>).- Parameters:
- filters- a consumer that will call methods on- Filter.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
 
- 
nextTokenToken for the next set of results. - Parameters:
- nextToken- Token for the next set of results.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
maxResultsMaximum number of results to return in a single call. - Parameters:
- maxResults- Maximum number of results to return in a single call.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
overrideConfigurationListReceivedGrantsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationListReceivedGrantsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-