Interface ListLaunchesRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListLaunchesRequest.Builder,
,ListLaunchesRequest> EvidentlyRequest.Builder
,SdkBuilder<ListLaunchesRequest.Builder,
,ListLaunchesRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ListLaunchesRequest
@Mutable
@NotThreadSafe
public static interface ListLaunchesRequest.Builder
extends EvidentlyRequest.Builder, SdkPojo, CopyableBuilder<ListLaunchesRequest.Builder,ListLaunchesRequest>
-
Method Summary
Modifier and TypeMethodDescriptionmaxResults
(Integer maxResults) The maximum number of results to include in the response.The token to use when requesting the next set of results.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The name or ARN of the project to return the launch list from.Use this optional parameter to limit the returned results to only the launches with the status that you specify here.status
(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, sdkFieldNameToField, sdkFields
-
Method Details
-
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
The token to use when requesting the next set of results. You received this token from a previous
ListLaunches
operation.- Parameters:
nextToken
- The token to use when requesting the next set of results. You received this token from a previousListLaunches
operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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
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:
-
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:
-
overrideConfiguration
ListLaunchesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListLaunchesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-