Interface LandingZoneOperationFilter.Builder

    • Method Detail

      • statusesWithStrings

        LandingZoneOperationFilter.Builder statusesWithStrings​(Collection<String> statuses)

        The statuses of the set of landing zone operations selected by the filter.

        Parameters:
        statuses - The statuses of the set of landing zone operations selected by the filter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • statusesWithStrings

        LandingZoneOperationFilter.Builder statusesWithStrings​(String... statuses)

        The statuses of the set of landing zone operations selected by the filter.

        Parameters:
        statuses - The statuses of the set of landing zone operations selected by the filter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • statuses

        LandingZoneOperationFilter.Builder statuses​(Collection<LandingZoneOperationStatus> statuses)

        The statuses of the set of landing zone operations selected by the filter.

        Parameters:
        statuses - The statuses of the set of landing zone operations selected by the filter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • statuses

        LandingZoneOperationFilter.Builder statuses​(LandingZoneOperationStatus... statuses)

        The statuses of the set of landing zone operations selected by the filter.

        Parameters:
        statuses - The statuses of the set of landing zone operations selected by the filter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • typesWithStrings

        LandingZoneOperationFilter.Builder typesWithStrings​(Collection<String> types)

        The set of landing zone operation types selected by the filter.

        Parameters:
        types - The set of landing zone operation types selected by the filter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • typesWithStrings

        LandingZoneOperationFilter.Builder typesWithStrings​(String... types)

        The set of landing zone operation types selected by the filter.

        Parameters:
        types - The set of landing zone operation types selected by the filter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • types

        LandingZoneOperationFilter.Builder types​(LandingZoneOperationType... types)

        The set of landing zone operation types selected by the filter.

        Parameters:
        types - The set of landing zone operation types selected by the filter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.