CopyableBuilder<ListDeviceDefinitionsResponse.Builder,ListDeviceDefinitionsResponse>
, SdkBuilder<ListDeviceDefinitionsResponse.Builder,ListDeviceDefinitionsResponse>
public static interface ListDeviceDefinitionsResponse.Builder extends CopyableBuilder<ListDeviceDefinitionsResponse.Builder,ListDeviceDefinitionsResponse>
Modifier and Type | Method | Description |
---|---|---|
ListDeviceDefinitionsResponse.Builder |
definitions(Collection<DefinitionInformation> definitions) |
Definitions
|
ListDeviceDefinitionsResponse.Builder |
definitions(DefinitionInformation... definitions) |
Definitions
|
ListDeviceDefinitionsResponse.Builder |
nextToken(String nextToken) |
The token for the next set of results, or ''null'' if there are no additional results.
|
copy
apply, build
ListDeviceDefinitionsResponse.Builder definitions(Collection<DefinitionInformation> definitions)
definitions
- DefinitionsListDeviceDefinitionsResponse.Builder definitions(DefinitionInformation... definitions)
NOTE: This method appends the values to the existing list (if any). Use
#setDefinitions(java.util.Collection)
or #withDefinitions(java.util.Collection)
if you want
to override the existing values.
definitions
- DefinitionsListDeviceDefinitionsResponse.Builder nextToken(String nextToken)
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.