Interface ListLaunchesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListLaunchesRequest.Builder,ListLaunchesRequest>,EvidentlyRequest.Builder,SdkBuilder<ListLaunchesRequest.Builder,ListLaunchesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListLaunchesRequest
public static interface ListLaunchesRequest.Builder extends EvidentlyRequest.Builder, SdkPojo, CopyableBuilder<ListLaunchesRequest.Builder,ListLaunchesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListLaunchesRequest.BuildermaxResults(Integer maxResults)The maximum number of results to include in the response.ListLaunchesRequest.BuildernextToken(String nextToken)The token to use when requesting the next set of results.ListLaunchesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListLaunchesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListLaunchesRequest.Builderproject(String project)The name or ARN of the project to return the launch list from.ListLaunchesRequest.Builderstatus(String status)Use this optional parameter to limit the returned results to only the launches with the status that you specify here.ListLaunchesRequest.Builderstatus(LaunchStatus status)Use this optional parameter to limit the returned results to only the launches with the status that you specify here.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.evidently.model.EvidentlyRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
maxResults
ListLaunchesRequest.Builder maxResults(Integer maxResults)
The maximum number of results to include in the response.
- Parameters:
maxResults- The maximum number of results to include in the response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListLaunchesRequest.Builder nextToken(String nextToken)
The token to use when requesting the next set of results. You received this token from a previous
ListLaunchesoperation.- Parameters:
nextToken- The token to use when requesting the next set of results. You received this token from a previousListLaunchesoperation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
project
ListLaunchesRequest.Builder project(String project)
The name or ARN of the project to return the launch list from.
- Parameters:
project- The name or ARN of the project to return the launch list from.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
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.
- Parameters:
status- Use this optional parameter to limit the returned results to only the launches with the status that you specify here.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
LaunchStatus,LaunchStatus
-
status
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.
- Parameters:
status- Use this optional parameter to limit the returned results to only the launches with the status that you specify here.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
LaunchStatus,LaunchStatus
-
overrideConfiguration
ListLaunchesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListLaunchesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-