CopyableBuilder<ListUniqueProblemsRequest.Builder,ListUniqueProblemsRequest>
, SdkBuilder<ListUniqueProblemsRequest.Builder,ListUniqueProblemsRequest>
public static interface ListUniqueProblemsRequest.Builder extends CopyableBuilder<ListUniqueProblemsRequest.Builder,ListUniqueProblemsRequest>
Modifier and Type | Method | Description |
---|---|---|
ListUniqueProblemsRequest.Builder |
arn(String arn) |
The unique problems' ARNs.
|
ListUniqueProblemsRequest.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
ListUniqueProblemsRequest.Builder arn(String arn)
The unique problems' ARNs.
arn
- The unique problems' ARNs.ListUniqueProblemsRequest.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.