CopyableBuilder<ListPrincipalThingsResponse.Builder,ListPrincipalThingsResponse>
, SdkBuilder<ListPrincipalThingsResponse.Builder,ListPrincipalThingsResponse>
public static interface ListPrincipalThingsResponse.Builder extends CopyableBuilder<ListPrincipalThingsResponse.Builder,ListPrincipalThingsResponse>
Modifier and Type | Method | Description |
---|---|---|
ListPrincipalThingsResponse.Builder |
nextToken(String nextToken) |
The token for the next set of results, or null if there are no additional results.
|
ListPrincipalThingsResponse.Builder |
things(String... things) |
The things.
|
ListPrincipalThingsResponse.Builder |
things(Collection<String> things) |
The things.
|
copy
apply, build
ListPrincipalThingsResponse.Builder things(Collection<String> things)
The things.
things
- The things.ListPrincipalThingsResponse.Builder things(String... things)
The things.
NOTE: This method appends the values to the existing list (if any). Use
#setThings(java.util.Collection)
or #withThings(java.util.Collection)
if you want to override
the existing values.
things
- The things.ListPrincipalThingsResponse.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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.