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