Interface ListLaunchPathsResponse.Builder

    • Method Detail

      • launchPathSummaries

        ListLaunchPathsResponse.Builder launchPathSummaries​(Collection<LaunchPathSummary> launchPathSummaries)

        Information about the launch path.

        Parameters:
        launchPathSummaries - Information about the launch path.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • launchPathSummaries

        ListLaunchPathsResponse.Builder launchPathSummaries​(LaunchPathSummary... launchPathSummaries)

        Information about the launch path.

        Parameters:
        launchPathSummaries - Information about the launch path.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextPageToken

        ListLaunchPathsResponse.Builder nextPageToken​(String nextPageToken)

        The page token to use to retrieve the next set of results. If there are no additional results, this value is null.

        Parameters:
        nextPageToken - The page token to use to retrieve the next set of results. If there are no additional results, this value is null.
        Returns:
        Returns a reference to this object so that method calls can be chained together.