Interface ListConfigurationsRequest.Builder

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

  • Method Details

    • configurationType

      ListConfigurationsRequest.Builder configurationType(String configurationType)

      A valid configuration identified by Application Discovery Service.

      Parameters:
      configurationType - A valid configuration identified by Application Discovery Service.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • configurationType

      ListConfigurationsRequest.Builder configurationType(ConfigurationItemType configurationType)

      A valid configuration identified by Application Discovery Service.

      Parameters:
      configurationType - A valid configuration identified by Application Discovery Service.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • filters

      You can filter the request using various logical operators and a key-value format. For example:

      {"key": "serverType", "value": "webServer"}

      For a complete list of filter options and guidance about using them with this action, see Using the ListConfigurations Action in the Amazon Web Services Application Discovery Service User Guide.

      Parameters:
      filters - You can filter the request using various logical operators and a key-value format. For example:

      {"key": "serverType", "value": "webServer"}

      For a complete list of filter options and guidance about using them with this action, see Using the ListConfigurations Action in the Amazon Web Services Application Discovery Service User Guide.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • filters

      You can filter the request using various logical operators and a key-value format. For example:

      {"key": "serverType", "value": "webServer"}

      For a complete list of filter options and guidance about using them with this action, see Using the ListConfigurations Action in the Amazon Web Services Application Discovery Service User Guide.

      Parameters:
      filters - You can filter the request using various logical operators and a key-value format. For example:

      {"key": "serverType", "value": "webServer"}

      For a complete list of filter options and guidance about using them with this action, see Using the ListConfigurations Action in the Amazon Web Services Application Discovery Service User Guide.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • filters

      You can filter the request using various logical operators and a key-value format. For example:

      {"key": "serverType", "value": "webServer"}

      For a complete list of filter options and guidance about using them with this action, see Using the ListConfigurations Action in the Amazon Web Services Application Discovery Service User Guide.

      This is a convenience method that creates an instance of the 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<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:
    • maxResults

      The total number of items to return. The maximum value is 100.

      Parameters:
      maxResults - The total number of items to return. The maximum value is 100.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      Token to retrieve the next set of results. For example, if a previous call to ListConfigurations returned 100 items, but you set ListConfigurationsRequest$maxResults to 10, you received a set of 10 results along with a token. Use that token in this query to get the next set of 10.

      Parameters:
      nextToken - Token to retrieve the next set of results. For example, if a previous call to ListConfigurations returned 100 items, but you set ListConfigurationsRequest$maxResults to 10, you received a set of 10 results along with a token. Use that token in this query to get the next set of 10.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • orderBy

      Certain filter criteria return output that can be sorted in ascending or descending order. For a list of output characteristics for each filter, see Using the ListConfigurations Action in the Amazon Web Services Application Discovery Service User Guide.

      Parameters:
      orderBy - Certain filter criteria return output that can be sorted in ascending or descending order. For a list of output characteristics for each filter, see Using the ListConfigurations Action in the Amazon Web Services Application Discovery Service User Guide.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • orderBy

      Certain filter criteria return output that can be sorted in ascending or descending order. For a list of output characteristics for each filter, see Using the ListConfigurations Action in the Amazon Web Services Application Discovery Service User Guide.

      Parameters:
      orderBy - Certain filter criteria return output that can be sorted in ascending or descending order. For a list of output characteristics for each filter, see Using the ListConfigurations Action in the Amazon Web Services Application Discovery Service User Guide.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • orderBy

      Certain filter criteria return output that can be sorted in ascending or descending order. For a list of output characteristics for each filter, see Using the ListConfigurations Action in the Amazon Web Services Application Discovery Service User Guide.

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

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

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

      ListConfigurationsRequest.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.