Interface JobFilter.Builder

    • Method Detail

      • name

        JobFilter.Builder name​(String name)

        The name of the filter.

        Specify ResourceType to return export jobs of a specific resource type (for example, Ec2Instance).

        Specify JobStatus to return export jobs with a specific status (e.g, Complete).

        Parameters:
        name - The name of the filter.

        Specify ResourceType to return export jobs of a specific resource type (for example, Ec2Instance).

        Specify JobStatus to return export jobs with a specific status (e.g, Complete).

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        JobFilterName, JobFilterName
      • name

        JobFilter.Builder name​(JobFilterName name)

        The name of the filter.

        Specify ResourceType to return export jobs of a specific resource type (for example, Ec2Instance).

        Specify JobStatus to return export jobs with a specific status (e.g, Complete).

        Parameters:
        name - The name of the filter.

        Specify ResourceType to return export jobs of a specific resource type (for example, Ec2Instance).

        Specify JobStatus to return export jobs with a specific status (e.g, Complete).

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        JobFilterName, JobFilterName
      • values

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

        The value of the filter.

        The valid values for this parameter are as follows, depending on what you specify for the name parameter:

        • Specify Ec2Instance or AutoScalingGroup if you specify the name parameter as ResourceType. There is no filter for EBS volumes because volume recommendations cannot be exported at this time.

        • Specify Queued, InProgress, Complete, or Failed if you specify the name parameter as JobStatus.

        Parameters:
        values - The value of the filter.

        The valid values for this parameter are as follows, depending on what you specify for the name parameter:

        • Specify Ec2Instance or AutoScalingGroup if you specify the name parameter as ResourceType. There is no filter for EBS volumes because volume recommendations cannot be exported at this time.

        • Specify Queued, InProgress, Complete, or Failed if you specify the name parameter as JobStatus.

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

        JobFilter.Builder values​(String... values)

        The value of the filter.

        The valid values for this parameter are as follows, depending on what you specify for the name parameter:

        • Specify Ec2Instance or AutoScalingGroup if you specify the name parameter as ResourceType. There is no filter for EBS volumes because volume recommendations cannot be exported at this time.

        • Specify Queued, InProgress, Complete, or Failed if you specify the name parameter as JobStatus.

        Parameters:
        values - The value of the filter.

        The valid values for this parameter are as follows, depending on what you specify for the name parameter:

        • Specify Ec2Instance or AutoScalingGroup if you specify the name parameter as ResourceType. There is no filter for EBS volumes because volume recommendations cannot be exported at this time.

        • Specify Queued, InProgress, Complete, or Failed if you specify the name parameter as JobStatus.

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