Interface ListResourceInventoryRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<ListResourceInventoryRequest.Builder,ListResourceInventoryRequest>, LicenseManagerRequest.Builder, SdkBuilder<ListResourceInventoryRequest.Builder,ListResourceInventoryRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
ListResourceInventoryRequest

  • Method Details

    • maxResults

      Maximum 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.
    • nextToken

      Token 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.
    • 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).

      Parameters:
      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).

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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).

      Parameters:
      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).

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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).

      This is a convenience method that creates an instance of the InventoryFilter.Builder avoiding the need to create one manually via InventoryFilter.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to filters(List<InventoryFilter>).

      Parameters:
      filters - a consumer that will call methods on InventoryFilter.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • overrideConfiguration

      ListResourceInventoryRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.