public static interface ListProjectsRequest.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<ListProjectsRequest.Builder,ListProjectsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListProjectsRequest.Builder |
arn(String arn)
Optional.
|
ListProjectsRequest.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.
|
copyapply, buildListProjectsRequest.Builder arn(String arn)
Optional. If no Amazon Resource Name (ARN) is specified, then AWS Device Farm returns a list of all projects for the AWS account. You can also specify a project ARN.
arn - Optional. If no Amazon Resource Name (ARN) is specified, then AWS Device Farm returns a list of all
projects for the AWS account. You can also specify a project ARN.ListProjectsRequest.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. All rights reserved.