Interface ListApplicationVersionsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListApplicationVersionsRequest.Builder,ListApplicationVersionsRequest>,SdkBuilder<ListApplicationVersionsRequest.Builder,ListApplicationVersionsRequest>,SdkPojo,SdkRequest.Builder,ServerlessApplicationRepositoryRequest.Builder
- Enclosing class:
- ListApplicationVersionsRequest
public static interface ListApplicationVersionsRequest.Builder extends ServerlessApplicationRepositoryRequest.Builder, SdkPojo, CopyableBuilder<ListApplicationVersionsRequest.Builder,ListApplicationVersionsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListApplicationVersionsRequest.BuilderapplicationId(String applicationId)The Amazon Resource Name (ARN) of the application.ListApplicationVersionsRequest.BuildermaxItems(Integer maxItems)The total number of items to return.ListApplicationVersionsRequest.BuildernextToken(String nextToken)A token to specify where to start paginating.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.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.serverlessapplicationrepository.model.ServerlessApplicationRepositoryRequest.Builder
build
-
-
-
-
Method Detail
-
applicationId
ListApplicationVersionsRequest.Builder applicationId(String applicationId)
The Amazon Resource Name (ARN) of the application.
- Parameters:
applicationId- The Amazon Resource Name (ARN) of the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxItems
ListApplicationVersionsRequest.Builder maxItems(Integer maxItems)
The total number of items to return.
- Parameters:
maxItems- The total number of items to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListApplicationVersionsRequest.Builder nextToken(String nextToken)
A token to specify where to start paginating.
- Parameters:
nextToken- A token to specify where to start paginating.- 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
-
-