Interface ListLaunchesResponse.Builder

  • Method Details

    • launches

      An array of structures that contain the configuration details of the launches in the specified project.

      Parameters:
      launches - An array of structures that contain the configuration details of the launches in the specified project.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • launches

      ListLaunchesResponse.Builder launches(Launch... launches)

      An array of structures that contain the configuration details of the launches in the specified project.

      Parameters:
      launches - An array of structures that contain the configuration details of the launches in the specified project.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • launches

      An array of structures that contain the configuration details of the launches in the specified project.

      This is a convenience method that creates an instance of the Launch.Builder avoiding the need to create one manually via Launch.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to launches(List<Launch>).

      Parameters:
      launches - a consumer that will call methods on Launch.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • nextToken

      ListLaunchesResponse.Builder nextToken(String nextToken)

      The token to use in a subsequent ListLaunches operation to return the next set of results.

      Parameters:
      nextToken - The token to use in a subsequent ListLaunches operation to return the next set of results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.