public static interface ListDeploymentsRequest.Builder extends ProtonRequest.Builder, SdkPojo, CopyableBuilder<ListDeploymentsRequest.Builder,ListDeploymentsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListDeploymentsRequest.Builder |
componentName(String componentName)
The name of a component for result list filtering.
|
ListDeploymentsRequest.Builder |
environmentName(String environmentName)
The name of an environment for result list filtering.
|
ListDeploymentsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of deployments to list.
|
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.
|
ListDeploymentsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListDeploymentsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListDeploymentsRequest.Builder |
serviceInstanceName(String serviceInstanceName)
The name of a service instance for result list filtering.
|
ListDeploymentsRequest.Builder |
serviceName(String serviceName)
The name of a service for result list filtering.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListDeploymentsRequest.Builder componentName(String componentName)
The name of a component for result list filtering. Proton returns deployments associated with that component.
componentName - The name of a component for result list filtering. Proton returns deployments associated with that
component.ListDeploymentsRequest.Builder environmentName(String environmentName)
The name of an environment for result list filtering. Proton returns deployments associated with the environment.
environmentName - The name of an environment for result list filtering. Proton returns deployments associated with the
environment.ListDeploymentsRequest.Builder maxResults(Integer maxResults)
The maximum number of deployments to list.
maxResults - The maximum number of deployments to list.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.
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.Builder serviceInstanceName(String serviceInstanceName)
The name of a service instance for result list filtering. Proton returns the deployments associated with the service instance.
serviceInstanceName - The name of a service instance for result list filtering. Proton returns the deployments associated
with the service instance.ListDeploymentsRequest.Builder serviceName(String serviceName)
The name of a service for result list filtering. Proton returns deployments associated with service instances of the service.
serviceName - The name of a service for result list filtering. Proton returns deployments associated with service
instances of the service.ListDeploymentsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListDeploymentsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.