Interface ListAppVersionsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListAppVersionsRequest.Builder,ListAppVersionsRequest>,ResiliencehubRequest.Builder,SdkBuilder<ListAppVersionsRequest.Builder,ListAppVersionsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListAppVersionsRequest
public static interface ListAppVersionsRequest.Builder extends ResiliencehubRequest.Builder, SdkPojo, CopyableBuilder<ListAppVersionsRequest.Builder,ListAppVersionsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListAppVersionsRequest.BuilderappArn(String appArn)Amazon Resource Name (ARN) of the Resilience Hub application.ListAppVersionsRequest.BuilderendTime(Instant endTime)Upper limit of the time range to filter the application versions.ListAppVersionsRequest.BuildermaxResults(Integer maxResults)Maximum number of results to include in the response.ListAppVersionsRequest.BuildernextToken(String nextToken)Null, or the token from a previous call to get the next set of results.ListAppVersionsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListAppVersionsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListAppVersionsRequest.BuilderstartTime(Instant startTime)Lower limit of the time range to filter the application versions.-
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.resiliencehub.model.ResiliencehubRequest.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
-
appArn
ListAppVersionsRequest.Builder appArn(String appArn)
Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:
partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.- Parameters:
appArn- Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endTime
ListAppVersionsRequest.Builder endTime(Instant endTime)
Upper limit of the time range to filter the application versions.
- Parameters:
endTime- Upper limit of the time range to filter the application versions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListAppVersionsRequest.Builder maxResults(Integer maxResults)
Maximum number of results to include in the response. If more results exist than the specified
MaxResultsvalue, a token is included in the response so that the remaining results can be retrieved.- Parameters:
maxResults- Maximum number of results to include in the response. If more results exist than the specifiedMaxResultsvalue, a token is included in the response so that the remaining results can be retrieved.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListAppVersionsRequest.Builder nextToken(String nextToken)
Null, or the token from a previous call to get the next set of results.
- Parameters:
nextToken- Null, or the token from a previous call to get the next set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
startTime
ListAppVersionsRequest.Builder startTime(Instant startTime)
Lower limit of the time range to filter the application versions.
- Parameters:
startTime- Lower limit of the time range to filter the application versions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListAppVersionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListAppVersionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-