CopyableBuilder<ListFunctionDefinitionsResponse.Builder,ListFunctionDefinitionsResponse>
, SdkBuilder<ListFunctionDefinitionsResponse.Builder,ListFunctionDefinitionsResponse>
public static interface ListFunctionDefinitionsResponse.Builder extends CopyableBuilder<ListFunctionDefinitionsResponse.Builder,ListFunctionDefinitionsResponse>
Modifier and Type | Method | Description |
---|---|---|
ListFunctionDefinitionsResponse.Builder |
definitions(Collection<DefinitionInformation> definitions) |
Definitions
|
ListFunctionDefinitionsResponse.Builder |
definitions(DefinitionInformation... definitions) |
Definitions
|
ListFunctionDefinitionsResponse.Builder |
nextToken(String nextToken) |
The token for the next set of results, or ''null'' if there are no additional results.
|
copy
apply, build
ListFunctionDefinitionsResponse.Builder definitions(Collection<DefinitionInformation> definitions)
definitions
- DefinitionsListFunctionDefinitionsResponse.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
- DefinitionsListFunctionDefinitionsResponse.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.