public static interface ListFunctionDefinitionVersionsRequest.Builder extends GreengrassRequest.Builder, SdkPojo, CopyableBuilder<ListFunctionDefinitionVersionsRequest.Builder,ListFunctionDefinitionVersionsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListFunctionDefinitionVersionsRequest.Builder |
functionDefinitionId(String functionDefinitionId)
The ID of the Lambda function definition.
|
ListFunctionDefinitionVersionsRequest.Builder |
maxResults(String maxResults)
The maximum number of results to be returned per request.
|
ListFunctionDefinitionVersionsRequest.Builder |
nextToken(String nextToken)
The token for the next set of results, or ''null'' if there are no additional results.
|
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 ID of the Lambda function definition.ListFunctionDefinitionVersionsRequest.Builder maxResults(String maxResults)
maxResults - The maximum number of results to be returned per request.ListFunctionDefinitionVersionsRequest.Builder nextToken(String nextToken)
nextToken - The token for the next set of results, or ''null'' if there are no additional results.ListFunctionDefinitionVersionsRequest.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.