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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListFunctionDefinitionVersionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationcopyapplyMutation, 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.ListFunctionDefinitionVersionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.