public static interface ListLaunchesRequest.Builder extends EvidentlyRequest.Builder, SdkPojo, CopyableBuilder<ListLaunchesRequest.Builder,ListLaunchesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListLaunchesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to include in the response.
|
ListLaunchesRequest.Builder |
nextToken(String nextToken)
The token to use when requesting the next set of results.
|
ListLaunchesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListLaunchesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListLaunchesRequest.Builder |
project(String project)
The name or ARN of the project to return the launch list from.
|
ListLaunchesRequest.Builder |
status(LaunchStatus status)
Use this optional parameter to limit the returned results to only the launches with the status that you
specify here.
|
ListLaunchesRequest.Builder |
status(String status)
Use this optional parameter to limit the returned results to only the launches with the status that you
specify here.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListLaunchesRequest.Builder maxResults(Integer maxResults)
The maximum number of results to include in the response.
maxResults - The maximum number of results to include in the response.ListLaunchesRequest.Builder nextToken(String nextToken)
The token to use when requesting the next set of results. You received this token from a previous
ListLaunches operation.
nextToken - The token to use when requesting the next set of results. You received this token from a previous
ListLaunches operation.ListLaunchesRequest.Builder project(String project)
The name or ARN of the project to return the launch list from.
project - The name or ARN of the project to return the launch list from.ListLaunchesRequest.Builder status(String status)
Use this optional parameter to limit the returned results to only the launches with the status that you specify here.
status - Use this optional parameter to limit the returned results to only the launches with the status that
you specify here.LaunchStatus,
LaunchStatusListLaunchesRequest.Builder status(LaunchStatus status)
Use this optional parameter to limit the returned results to only the launches with the status that you specify here.
status - Use this optional parameter to limit the returned results to only the launches with the status that
you specify here.LaunchStatus,
LaunchStatusListLaunchesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListLaunchesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.