Interface ListDeploymentsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListDeploymentsRequest.Builder,
,ListDeploymentsRequest> LaunchWizardRequest.Builder
,SdkBuilder<ListDeploymentsRequest.Builder,
,ListDeploymentsRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ListDeploymentsRequest
-
Method Summary
Modifier and TypeMethodDescriptionfilters
(Collection<DeploymentFilter> filters) Filters to scope the results.filters
(Consumer<DeploymentFilter.Builder>... filters) Filters to scope the results.filters
(DeploymentFilter... filters) Filters to scope the results.maxResults
(Integer maxResults) The maximum number of items to return for this request.The token returned from a previous paginated request.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.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.launchwizard.model.LaunchWizardRequest.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
-
filters
Filters to scope the results. The following filters are supported:
-
WORKLOAD_NAME
- The name used in deployments. -
DEPLOYMENT_STATUS
-COMPLETED
|CREATING
|DELETE_IN_PROGRESS
|DELETE_INITIATING
|DELETE_FAILED
|DELETED
|FAILED
|IN_PROGRESS
|VALIDATING
- Parameters:
filters
- Filters to scope the results. The following filters are supported:-
WORKLOAD_NAME
- The name used in deployments. -
DEPLOYMENT_STATUS
-COMPLETED
|CREATING
|DELETE_IN_PROGRESS
|DELETE_INITIATING
|DELETE_FAILED
|DELETED
|FAILED
|IN_PROGRESS
|VALIDATING
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
filters
Filters to scope the results. The following filters are supported:
-
WORKLOAD_NAME
- The name used in deployments. -
DEPLOYMENT_STATUS
-COMPLETED
|CREATING
|DELETE_IN_PROGRESS
|DELETE_INITIATING
|DELETE_FAILED
|DELETED
|FAILED
|IN_PROGRESS
|VALIDATING
- Parameters:
filters
- Filters to scope the results. The following filters are supported:-
WORKLOAD_NAME
- The name used in deployments. -
DEPLOYMENT_STATUS
-COMPLETED
|CREATING
|DELETE_IN_PROGRESS
|DELETE_INITIATING
|DELETE_FAILED
|DELETED
|FAILED
|IN_PROGRESS
|VALIDATING
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
filters
Filters to scope the results. The following filters are supported:
-
WORKLOAD_NAME
- The name used in deployments. -
DEPLOYMENT_STATUS
-COMPLETED
|CREATING
|DELETE_IN_PROGRESS
|DELETE_INITIATING
|DELETE_FAILED
|DELETED
|FAILED
|IN_PROGRESS
|VALIDATING
DeploymentFilter.Builder
avoiding the need to create one manually viaDeploymentFilter.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tofilters(List<DeploymentFilter>)
.- Parameters:
filters
- a consumer that will call methods onDeploymentFilter.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
maxResults
The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output.
- Parameters:
maxResults
- The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.
- Parameters:
nextToken
- The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListDeploymentsRequest.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
ListDeploymentsRequest.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.
-