CopyableBuilder<ListSamplesRequest.Builder,ListSamplesRequest>
, SdkBuilder<ListSamplesRequest.Builder,ListSamplesRequest>
public static interface ListSamplesRequest.Builder extends CopyableBuilder<ListSamplesRequest.Builder,ListSamplesRequest>
Modifier and Type | Method | Description |
---|---|---|
ListSamplesRequest.Builder |
arn(String arn) |
The Amazon Resource Name (ARN) of the project for which you want 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.
|
copy
apply, build
ListSamplesRequest.Builder arn(String arn)
The Amazon Resource Name (ARN) of the project for which you want to list samples.
arn
- The Amazon Resource Name (ARN) of the project for which you want 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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.