public static interface ListSamplesRequest.Builder extends DeviceFarmRequest.Builder, SdkPojo, CopyableBuilder<ListSamplesRequest.Builder,ListSamplesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListSamplesRequest.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the job used to list samples.
|
ListSamplesRequest.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.
|
ListSamplesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListSamplesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListSamplesRequest.Builder arn(String arn)
The Amazon Resource Name (ARN) of the job used to list samples.
arn - The Amazon Resource Name (ARN) of the job used to list samples.ListSamplesRequest.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.ListSamplesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListSamplesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.