public static interface ListResourceInventoryRequest.Builder extends LicenseManagerRequest.Builder, SdkPojo, CopyableBuilder<ListResourceInventoryRequest.Builder,ListResourceInventoryRequest>
| Modifier and Type | Method and Description |
|---|---|
ListResourceInventoryRequest.Builder |
filters(Collection<InventoryFilter> filters)
Filters to scope the results.
|
ListResourceInventoryRequest.Builder |
filters(Consumer<InventoryFilter.Builder>... filters)
Filters to scope the results.
|
ListResourceInventoryRequest.Builder |
filters(InventoryFilter... filters)
Filters to scope the results.
|
ListResourceInventoryRequest.Builder |
maxResults(Integer maxResults)
Maximum number of results to return in a single call.
|
ListResourceInventoryRequest.Builder |
nextToken(String nextToken)
Token for the next set of results.
|
ListResourceInventoryRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListResourceInventoryRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListResourceInventoryRequest.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.ListResourceInventoryRequest.Builder nextToken(String nextToken)
Token for the next set of results.
nextToken - Token for the next set of results.ListResourceInventoryRequest.Builder filters(Collection<InventoryFilter> filters)
Filters to scope the results. The following filters and logical operators are supported:
account_id - The ID of the Amazon Web Services account that owns the resource. Logical operators
are EQUALS | NOT_EQUALS.
application_name - The name of the application. Logical operators are EQUALS |
BEGINS_WITH.
license_included - The type of license included. Logical operators are EQUALS |
NOT_EQUALS. Possible values are sql-server-enterprise |
sql-server-standard | sql-server-web | windows-server-datacenter.
platform - The platform of the resource. Logical operators are EQUALS |
BEGINS_WITH.
resource_id - The ID of the resource. Logical operators are EQUALS |
NOT_EQUALS.
tag:<key> - The key/value combination of a tag assigned to the resource. Logical operators
are EQUALS (single account) or EQUALS | NOT_EQUALS (cross account).
filters - Filters to scope the results. The following filters and logical operators are supported:
account_id - The ID of the Amazon Web Services account that owns the resource. Logical
operators are EQUALS | NOT_EQUALS.
application_name - The name of the application. Logical operators are EQUALS
| BEGINS_WITH.
license_included - The type of license included. Logical operators are
EQUALS | NOT_EQUALS. Possible values are sql-server-enterprise
| sql-server-standard | sql-server-web |
windows-server-datacenter.
platform - The platform of the resource. Logical operators are EQUALS |
BEGINS_WITH.
resource_id - The ID of the resource. Logical operators are EQUALS |
NOT_EQUALS.
tag:<key> - The key/value combination of a tag assigned to the resource. Logical
operators are EQUALS (single account) or EQUALS | NOT_EQUALS
(cross account).
ListResourceInventoryRequest.Builder filters(InventoryFilter... filters)
Filters to scope the results. The following filters and logical operators are supported:
account_id - The ID of the Amazon Web Services account that owns the resource. Logical operators
are EQUALS | NOT_EQUALS.
application_name - The name of the application. Logical operators are EQUALS |
BEGINS_WITH.
license_included - The type of license included. Logical operators are EQUALS |
NOT_EQUALS. Possible values are sql-server-enterprise |
sql-server-standard | sql-server-web | windows-server-datacenter.
platform - The platform of the resource. Logical operators are EQUALS |
BEGINS_WITH.
resource_id - The ID of the resource. Logical operators are EQUALS |
NOT_EQUALS.
tag:<key> - The key/value combination of a tag assigned to the resource. Logical operators
are EQUALS (single account) or EQUALS | NOT_EQUALS (cross account).
filters - Filters to scope the results. The following filters and logical operators are supported:
account_id - The ID of the Amazon Web Services account that owns the resource. Logical
operators are EQUALS | NOT_EQUALS.
application_name - The name of the application. Logical operators are EQUALS
| BEGINS_WITH.
license_included - The type of license included. Logical operators are
EQUALS | NOT_EQUALS. Possible values are sql-server-enterprise
| sql-server-standard | sql-server-web |
windows-server-datacenter.
platform - The platform of the resource. Logical operators are EQUALS |
BEGINS_WITH.
resource_id - The ID of the resource. Logical operators are EQUALS |
NOT_EQUALS.
tag:<key> - The key/value combination of a tag assigned to the resource. Logical
operators are EQUALS (single account) or EQUALS | NOT_EQUALS
(cross account).
ListResourceInventoryRequest.Builder filters(Consumer<InventoryFilter.Builder>... filters)
Filters to scope the results. The following filters and logical operators are supported:
account_id - The ID of the Amazon Web Services account that owns the resource. Logical operators
are EQUALS | NOT_EQUALS.
application_name - The name of the application. Logical operators are EQUALS |
BEGINS_WITH.
license_included - The type of license included. Logical operators are EQUALS |
NOT_EQUALS. Possible values are sql-server-enterprise |
sql-server-standard | sql-server-web | windows-server-datacenter.
platform - The platform of the resource. Logical operators are EQUALS |
BEGINS_WITH.
resource_id - The ID of the resource. Logical operators are EQUALS |
NOT_EQUALS.
tag:<key> - The key/value combination of a tag assigned to the resource. Logical operators
are EQUALS (single account) or EQUALS | NOT_EQUALS (cross account).
List.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 #filters(List) .filters - a consumer that will call methods on List.Builder #filters(List) ListResourceInventoryRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListResourceInventoryRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.