Interface ListDeploymentsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListDeploymentsRequest.Builder,
,ListDeploymentsRequest> ProtonRequest.Builder
,SdkBuilder<ListDeploymentsRequest.Builder,
,ListDeploymentsRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ListDeploymentsRequest
public static interface ListDeploymentsRequest.Builder
extends ProtonRequest.Builder, SdkPojo, CopyableBuilder<ListDeploymentsRequest.Builder,ListDeploymentsRequest>
-
Method Summary
Modifier and TypeMethodDescriptioncomponentName
(String componentName) The name of a component for result list filtering.environmentName
(String environmentName) The name of an environment for result list filtering.maxResults
(Integer maxResults) The maximum number of deployments to list.A token that indicates the location of the next deployment in the array of deployment, after the list of deployment that was previously requested.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.serviceInstanceName
(String serviceInstanceName) The name of a service instance for result list filtering.serviceName
(String serviceName) The name of a service for result list filtering.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.proton.model.ProtonRequest.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 Details
-
componentName
The name of a component for result list filtering. Proton returns deployments associated with that component.
- Parameters:
componentName
- The name of a component for result list filtering. Proton returns deployments associated with that component.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
environmentName
The name of an environment for result list filtering. Proton returns deployments associated with the environment.
- Parameters:
environmentName
- The name of an environment for result list filtering. Proton returns deployments associated with the environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
The maximum number of deployments to list.
- Parameters:
maxResults
- The maximum number of deployments to list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
A token that indicates the location of the next deployment in the array of deployment, after the list of deployment that was previously requested.
- Parameters:
nextToken
- A token that indicates the location of the next deployment in the array of deployment, after the list of deployment that was previously requested.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serviceInstanceName
The name of a service instance for result list filtering. Proton returns the deployments associated with the service instance.
- Parameters:
serviceInstanceName
- The name of a service instance for result list filtering. Proton returns the deployments associated with the service instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serviceName
The name of a service for result list filtering. Proton returns deployments associated with service instances of the service.
- Parameters:
serviceName
- The name of a service for result list filtering. Proton returns deployments associated with service instances of the service.- 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.
-