Interface ListProjectsResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<ListProjectsResponse.Builder,ListProjectsResponse>, EvidentlyResponse.Builder, SdkBuilder<ListProjectsResponse.Builder,ListProjectsResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
ListProjectsResponse

public static interface ListProjectsResponse.Builder extends EvidentlyResponse.Builder, SdkPojo, CopyableBuilder<ListProjectsResponse.Builder,ListProjectsResponse>
  • Method Details

    • nextToken

      ListProjectsResponse.Builder nextToken(String nextToken)

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

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

      An array of structures that contain the configuration details of the projects in the Region.

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

      An array of structures that contain the configuration details of the projects in the Region.

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

      An array of structures that contain the configuration details of the projects in the Region.

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

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

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