public static interface ListFunctionDefinitionsRequest.Builder extends GreengrassRequest.Builder, SdkPojo, CopyableBuilder<ListFunctionDefinitionsRequest.Builder,ListFunctionDefinitionsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListFunctionDefinitionsRequest.Builder |
maxResults(String maxResults)
The maximum number of results to be returned per request.
|
ListFunctionDefinitionsRequest.Builder |
nextToken(String nextToken)
The token for the next set of results, or ''null'' if there are no additional results.
|
ListFunctionDefinitionsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListFunctionDefinitionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationcopyapplyMutation, buildListFunctionDefinitionsRequest.Builder maxResults(String maxResults)
maxResults - The maximum number of results to be returned per request.ListFunctionDefinitionsRequest.Builder nextToken(String nextToken)
nextToken - The token for the next set of results, or ''null'' if there are no additional results.ListFunctionDefinitionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.ListFunctionDefinitionsRequest.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.