Interface ListLandingZonesResponse.Builder

    • Method Detail

      • landingZones

        ListLandingZonesResponse.Builder landingZones​(LandingZoneSummary... landingZones)

        The ARN of the landing zone.

        Parameters:
        landingZones - The ARN of the landing zone.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListLandingZonesResponse.Builder nextToken​(String nextToken)

        Retrieves the next page of results. If the string is empty, the current response is the end of the results.

        Parameters:
        nextToken - Retrieves the next page of results. If the string is empty, the current response is the end of the results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.