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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListDeploymentsRequest.BuildercomponentName(String componentName)The name of a component for result list filtering.ListDeploymentsRequest.BuilderenvironmentName(String environmentName)The name of an environment for result list filtering.ListDeploymentsRequest.BuildermaxResults(Integer maxResults)The maximum number of deployments to list.ListDeploymentsRequest.BuildernextToken(String 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.ListDeploymentsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListDeploymentsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListDeploymentsRequest.BuilderserviceInstanceName(String serviceInstanceName)The name of a service instance for result list filtering.ListDeploymentsRequest.BuilderserviceName(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 Detail
-
componentName
ListDeploymentsRequest.Builder componentName(String 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
ListDeploymentsRequest.Builder environmentName(String 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
ListDeploymentsRequest.Builder maxResults(Integer 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
ListDeploymentsRequest.Builder nextToken(String 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
ListDeploymentsRequest.Builder serviceInstanceName(String 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
ListDeploymentsRequest.Builder serviceName(String 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListDeploymentsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-