public static interface ListAppInputSourcesRequest.Builder extends ResiliencehubRequest.Builder, SdkPojo, CopyableBuilder<ListAppInputSourcesRequest.Builder,ListAppInputSourcesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListAppInputSourcesRequest.Builder |
appArn(String appArn)
Amazon Resource Name (ARN) of the Resilience Hub application.
|
ListAppInputSourcesRequest.Builder |
appVersion(String appVersion)
Resilience Hub application version.
|
ListAppInputSourcesRequest.Builder |
maxResults(Integer maxResults)
Maximum number of input sources to be displayed per Resilience Hub application.
|
ListAppInputSourcesRequest.Builder |
nextToken(String nextToken)
Null, or the token from a previous call to get the next set of results.
|
ListAppInputSourcesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListAppInputSourcesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAppInputSourcesRequest.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 AWS General Reference guide.
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 AWS General Reference guide.ListAppInputSourcesRequest.Builder appVersion(String appVersion)
Resilience Hub application version.
appVersion - Resilience Hub application version.ListAppInputSourcesRequest.Builder maxResults(Integer maxResults)
Maximum number of input sources to be displayed per Resilience Hub application.
maxResults - Maximum number of input sources to be displayed per Resilience Hub application.ListAppInputSourcesRequest.Builder nextToken(String nextToken)
Null, or the token from a previous call to get the next set of results.
nextToken - Null, or the token from a previous call to get the next set of results.ListAppInputSourcesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListAppInputSourcesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.