public static interface ListTestsRequest.Builder extends DeviceFarmRequest.Builder, SdkPojo, CopyableBuilder<ListTestsRequest.Builder,ListTestsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListTestsRequest.Builder |
arn(String arn)
The test suite's Amazon Resource Name (ARN).
|
ListTestsRequest.Builder |
nextToken(String nextToken)
An identifier that was returned from the previous call to this operation, which can be used to return the
next set of items in the list.
|
ListTestsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListTestsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationcopyapplyMutation, buildListTestsRequest.Builder arn(String arn)
The test suite's Amazon Resource Name (ARN).
arn - The test suite's Amazon Resource Name (ARN).ListTestsRequest.Builder nextToken(String nextToken)
An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
nextToken - An identifier that was returned from the previous call to this operation, which can be used to return
the next set of items in the list.ListTestsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListTestsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2018. All rights reserved.