Interface ListAppsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListAppsRequest.Builder,ListAppsRequest>,ResiliencehubRequest.Builder,SdkBuilder<ListAppsRequest.Builder,ListAppsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListAppsRequest
public static interface ListAppsRequest.Builder extends ResiliencehubRequest.Builder, SdkPojo, CopyableBuilder<ListAppsRequest.Builder,ListAppsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListAppsRequest.BuilderappArn(String appArn)Amazon Resource Name (ARN) of the Resilience Hub application.ListAppsRequest.BuilderfromLastAssessmentTime(Instant fromLastAssessmentTime)Indicates the lower limit of the range that is used to filter applications based on their last assessment times.ListAppsRequest.BuildermaxResults(Integer maxResults)Maximum number of results to include in the response.ListAppsRequest.Buildername(String name)The name for the one of the listed applications.ListAppsRequest.BuildernextToken(String nextToken)Null, or the token from a previous call to get the next set of results.ListAppsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListAppsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListAppsRequest.BuilderreverseOrder(Boolean reverseOrder)The application list is sorted based on the values oflastAppComplianceEvaluationTimefield.ListAppsRequest.BuildertoLastAssessmentTime(Instant toLastAssessmentTime)Indicates the upper limit of the range that is used to filter the applications based on their last assessment times.-
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
ListAppsRequest.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.
-
fromLastAssessmentTime
ListAppsRequest.Builder fromLastAssessmentTime(Instant fromLastAssessmentTime)
Indicates the lower limit of the range that is used to filter applications based on their last assessment times.
- Parameters:
fromLastAssessmentTime- Indicates the lower limit of the range that is used to filter applications based on their last assessment times.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListAppsRequest.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.
-
name
ListAppsRequest.Builder name(String name)
The name for the one of the listed applications.
- Parameters:
name- The name for the one of the listed applications.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListAppsRequest.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.
-
reverseOrder
ListAppsRequest.Builder reverseOrder(Boolean reverseOrder)
The application list is sorted based on the values of
lastAppComplianceEvaluationTimefield. By default, application list is sorted in ascending order. To sort the appliation list in descending order, set this field toTrue.- Parameters:
reverseOrder- The application list is sorted based on the values oflastAppComplianceEvaluationTimefield. By default, application list is sorted in ascending order. To sort the appliation list in descending order, set this field toTrue.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toLastAssessmentTime
ListAppsRequest.Builder toLastAssessmentTime(Instant toLastAssessmentTime)
Indicates the upper limit of the range that is used to filter the applications based on their last assessment times.
- Parameters:
toLastAssessmentTime- Indicates the upper limit of the range that is used to filter the applications based on their last assessment times.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListAppsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListAppsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-