Interface Filter.Builder

    • Method Detail

      • name

        Filter.Builder name​(String name)

        The filter name for the Elastic Inference Accelerator list. It can assume the following values: accelerator-type: the type of Elastic Inference Accelerator to filter for. instance-id: an EC2 instance id to filter for.

        Parameters:
        name - The filter name for the Elastic Inference Accelerator list. It can assume the following values: accelerator-type: the type of Elastic Inference Accelerator to filter for. instance-id: an EC2 instance id to filter for.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • values

        Filter.Builder values​(Collection<String> values)

        The values for the filter of the Elastic Inference Accelerator list.

        Parameters:
        values - The values for the filter of the Elastic Inference Accelerator list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • values

        Filter.Builder values​(String... values)

        The values for the filter of the Elastic Inference Accelerator list.

        Parameters:
        values - The values for the filter of the Elastic Inference Accelerator list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.