Interface ListAppVersionAppComponentsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListAppVersionAppComponentsRequest.Builder,ListAppVersionAppComponentsRequest>,ResiliencehubRequest.Builder,SdkBuilder<ListAppVersionAppComponentsRequest.Builder,ListAppVersionAppComponentsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListAppVersionAppComponentsRequest
public static interface ListAppVersionAppComponentsRequest.Builder extends ResiliencehubRequest.Builder, SdkPojo, CopyableBuilder<ListAppVersionAppComponentsRequest.Builder,ListAppVersionAppComponentsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListAppVersionAppComponentsRequest.BuilderappArn(String appArn)Amazon Resource Name (ARN) of the Resilience Hub application.ListAppVersionAppComponentsRequest.BuilderappVersion(String appVersion)Version of the Application Component.ListAppVersionAppComponentsRequest.BuildermaxResults(Integer maxResults)Maximum number of Application Components to be displayed per Resilience Hub application version.ListAppVersionAppComponentsRequest.BuildernextToken(String nextToken)Null, or the token from a previous call to get the next set of results.ListAppVersionAppComponentsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListAppVersionAppComponentsRequest.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.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
ListAppVersionAppComponentsRequest.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.
-
appVersion
ListAppVersionAppComponentsRequest.Builder appVersion(String appVersion)
Version of the Application Component.
- Parameters:
appVersion- Version of the Application Component.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListAppVersionAppComponentsRequest.Builder maxResults(Integer maxResults)
Maximum number of Application Components to be displayed per Resilience Hub application version.
- Parameters:
maxResults- Maximum number of Application Components to be displayed per Resilience Hub application version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListAppVersionAppComponentsRequest.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.
-
overrideConfiguration
ListAppVersionAppComponentsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListAppVersionAppComponentsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-