CopyableBuilder<ListFunctionDefinitionVersionsRequest.Builder,ListFunctionDefinitionVersionsRequest>
, SdkBuilder<ListFunctionDefinitionVersionsRequest.Builder,ListFunctionDefinitionVersionsRequest>
public static interface ListFunctionDefinitionVersionsRequest.Builder extends CopyableBuilder<ListFunctionDefinitionVersionsRequest.Builder,ListFunctionDefinitionVersionsRequest>
Modifier and Type | Method | Description |
---|---|---|
ListFunctionDefinitionVersionsRequest.Builder |
functionDefinitionId(String functionDefinitionId) |
the unique Id of the lambda definition
|
ListFunctionDefinitionVersionsRequest.Builder |
maxResults(String maxResults) |
Specifies the maximum number of list results to be returned in this page
|
ListFunctionDefinitionVersionsRequest.Builder |
nextToken(String nextToken) |
Specifies the pagination token used when iterating through a paginated request
|
copy
apply, build
ListFunctionDefinitionVersionsRequest.Builder functionDefinitionId(String functionDefinitionId)
functionDefinitionId
- the unique Id of the lambda definitionListFunctionDefinitionVersionsRequest.Builder maxResults(String maxResults)
maxResults
- Specifies the maximum number of list results to be returned in this pageListFunctionDefinitionVersionsRequest.Builder nextToken(String nextToken)
nextToken
- Specifies the pagination token used when iterating through a paginated requestCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.