Interface ListDeploymentsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListDeploymentsRequest.Builder,ListDeploymentsRequest>,M2Request.Builder,SdkBuilder<ListDeploymentsRequest.Builder,ListDeploymentsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListDeploymentsRequest
public static interface ListDeploymentsRequest.Builder extends M2Request.Builder, SdkPojo, CopyableBuilder<ListDeploymentsRequest.Builder,ListDeploymentsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListDeploymentsRequest.BuilderapplicationId(String applicationId)The application identifier.ListDeploymentsRequest.BuildermaxResults(Integer maxResults)The maximum number of objects to return.ListDeploymentsRequest.BuildernextToken(String nextToken)A pagination token returned from a previous call to this operation.ListDeploymentsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListDeploymentsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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.m2.model.M2Request.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
-
applicationId
ListDeploymentsRequest.Builder applicationId(String applicationId)
The application identifier.
- Parameters:
applicationId- The application identifier.- 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 objects to return.
- Parameters:
maxResults- The maximum number of objects to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListDeploymentsRequest.Builder nextToken(String nextToken)
A pagination token returned from a previous call to this operation. This specifies the next item to return. To return to the beginning of the list, exclude this parameter.
- Parameters:
nextToken- A pagination token returned from a previous call to this operation. This specifies the next item to return. To return to the beginning of the list, exclude this parameter.- 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
-
-