Interface GetFunctionDefinitionVersionRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetFunctionDefinitionVersionRequest.Builder,GetFunctionDefinitionVersionRequest>,GreengrassRequest.Builder,SdkBuilder<GetFunctionDefinitionVersionRequest.Builder,GetFunctionDefinitionVersionRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetFunctionDefinitionVersionRequest
public static interface GetFunctionDefinitionVersionRequest.Builder extends GreengrassRequest.Builder, SdkPojo, CopyableBuilder<GetFunctionDefinitionVersionRequest.Builder,GetFunctionDefinitionVersionRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetFunctionDefinitionVersionRequest.BuilderfunctionDefinitionId(String functionDefinitionId)The ID of the Lambda function definition.GetFunctionDefinitionVersionRequest.BuilderfunctionDefinitionVersionId(String functionDefinitionVersionId)The ID of the function definition version.GetFunctionDefinitionVersionRequest.BuildernextToken(String nextToken)The token for the next set of results, or ''null'' if there are no additional results.GetFunctionDefinitionVersionRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetFunctionDefinitionVersionRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.greengrass.model.GreengrassRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
functionDefinitionId
GetFunctionDefinitionVersionRequest.Builder functionDefinitionId(String functionDefinitionId)
The ID of the Lambda function definition.- Parameters:
functionDefinitionId- The ID of the Lambda function definition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
functionDefinitionVersionId
GetFunctionDefinitionVersionRequest.Builder functionDefinitionVersionId(String functionDefinitionVersionId)
The ID of the function definition version. This value maps to the ''Version'' property of the corresponding ''VersionInformation'' object, which is returned by ''ListFunctionDefinitionVersions'' requests. If the version is the last one that was associated with a function definition, the value also maps to the ''LatestVersion'' property of the corresponding ''DefinitionInformation'' object.- Parameters:
functionDefinitionVersionId- The ID of the function definition version. This value maps to the ''Version'' property of the corresponding ''VersionInformation'' object, which is returned by ''ListFunctionDefinitionVersions'' requests. If the version is the last one that was associated with a function definition, the value also maps to the ''LatestVersion'' property of the corresponding ''DefinitionInformation'' object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
GetFunctionDefinitionVersionRequest.Builder nextToken(String nextToken)
The token for the next set of results, or ''null'' if there are no additional results.- Parameters:
nextToken- The token for the next set of results, or ''null'' if there are no additional results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetFunctionDefinitionVersionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetFunctionDefinitionVersionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-