public static interface ListFunctionDefinitionVersionsRequest.Builder extends GreengrassRequest.Builder, CopyableBuilder<ListFunctionDefinitionVersionsRequest.Builder,ListFunctionDefinitionVersionsRequest>
| Modifier and Type | Method and 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
|
ListFunctionDefinitionVersionsRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
ListFunctionDefinitionVersionsRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, buildListFunctionDefinitionVersionsRequest.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 requestListFunctionDefinitionVersionsRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.ListFunctionDefinitionVersionsRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.