CopyableBuilder<ListPrincipalThingsRequest.Builder,ListPrincipalThingsRequest>
, SdkBuilder<ListPrincipalThingsRequest.Builder,ListPrincipalThingsRequest>
public static interface ListPrincipalThingsRequest.Builder extends CopyableBuilder<ListPrincipalThingsRequest.Builder,ListPrincipalThingsRequest>
Modifier and Type | Method | Description |
---|---|---|
ListPrincipalThingsRequest.Builder |
maxResults(Integer maxResults) |
The maximum number of results to return in this operation.
|
ListPrincipalThingsRequest.Builder |
nextToken(String nextToken) |
The token for the next set of results, or null if there are no additional results.
|
ListPrincipalThingsRequest.Builder |
principal(String principal) |
The principal.
|
copy
apply, build
ListPrincipalThingsRequest.Builder nextToken(String nextToken)
The token for the next set of results, or null if there are no additional results.
nextToken
- The token for the next set of results, or null if there are no additional results.ListPrincipalThingsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return in this operation.
maxResults
- The maximum number of results to return in this operation.ListPrincipalThingsRequest.Builder principal(String principal)
The principal.
principal
- The principal.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.