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