public static interface ListLaunchesResponse.Builder extends EvidentlyResponse.Builder, SdkPojo, CopyableBuilder<ListLaunchesResponse.Builder,ListLaunchesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListLaunchesResponse.Builder |
launches(Collection<Launch> launches)
An array of structures that contain the configuration details of the launches in the specified project.
|
ListLaunchesResponse.Builder |
launches(Consumer<Launch.Builder>... launches)
An array of structures that contain the configuration details of the launches in the specified project.
|
ListLaunchesResponse.Builder |
launches(Launch... launches)
An array of structures that contain the configuration details of the launches in the specified project.
|
ListLaunchesResponse.Builder |
nextToken(String nextToken)
The token to use in a subsequent
ListLaunches operation to return the next set of results. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListLaunchesResponse.Builder launches(Collection<Launch> launches)
An array of structures that contain the configuration details of the launches in the specified project.
launches - An array of structures that contain the configuration details of the launches in the specified
project.ListLaunchesResponse.Builder launches(Launch... launches)
An array of structures that contain the configuration details of the launches in the specified project.
launches - An array of structures that contain the configuration details of the launches in the specified
project.ListLaunchesResponse.Builder launches(Consumer<Launch.Builder>... 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 theList.Builder avoiding the need
to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #launches(List) .launches - a consumer that will call methods on List.Builder #launches(List) ListLaunchesResponse.Builder nextToken(String nextToken)
The token to use in a subsequent ListLaunches operation to return the next set of results.
nextToken - The token to use in a subsequent ListLaunches operation to return the next set of
results.Copyright © 2022. All rights reserved.