public static interface GetFunctionDefinitionVersionRequest.Builder extends GreengrassRequest.Builder, SdkPojo, CopyableBuilder<GetFunctionDefinitionVersionRequest.Builder,GetFunctionDefinitionVersionRequest>
Modifier and Type | Method and Description |
---|---|
GetFunctionDefinitionVersionRequest.Builder |
functionDefinitionId(String functionDefinitionId)
The ID of the Lambda function definition.
|
GetFunctionDefinitionVersionRequest.Builder |
functionDefinitionVersionId(String functionDefinitionVersionId)
The ID of the function definition version.
|
GetFunctionDefinitionVersionRequest.Builder |
nextToken(String nextToken)
The token for the next set of results, or ''null'' if there are no additional results.
|
GetFunctionDefinitionVersionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
GetFunctionDefinitionVersionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, build
GetFunctionDefinitionVersionRequest.Builder functionDefinitionId(String functionDefinitionId)
functionDefinitionId
- The ID of the Lambda function definition.GetFunctionDefinitionVersionRequest.Builder functionDefinitionVersionId(String functionDefinitionVersionId)
functionDefinitionVersionId
- The ID of the function definition version.GetFunctionDefinitionVersionRequest.Builder nextToken(String nextToken)
nextToken
- The token for the next set of results, or ''null'' if there are no additional results.GetFunctionDefinitionVersionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.GetFunctionDefinitionVersionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.