GetFunctionDefinitionVersionResponse.Builder |
GetFunctionDefinitionVersionResponse.Builder.arn(String arn) |
The ARN of the function definition version.
|
static GetFunctionDefinitionVersionResponse.Builder |
GetFunctionDefinitionVersionResponse.builder() |
|
GetFunctionDefinitionVersionResponse.Builder |
GetFunctionDefinitionVersionResponse.Builder.creationTimestamp(String creationTimestamp) |
The time, in milliseconds since the epoch, when the function definition version was created.
|
default GetFunctionDefinitionVersionResponse.Builder |
GetFunctionDefinitionVersionResponse.Builder.definition(Consumer<FunctionDefinitionVersion.Builder> definition) |
Information on the definition.
|
GetFunctionDefinitionVersionResponse.Builder |
GetFunctionDefinitionVersionResponse.Builder.definition(FunctionDefinitionVersion definition) |
Information on the definition.
|
GetFunctionDefinitionVersionResponse.Builder |
GetFunctionDefinitionVersionResponse.Builder.id(String id) |
The ID of the function definition version.
|
GetFunctionDefinitionVersionResponse.Builder |
GetFunctionDefinitionVersionResponse.Builder.nextToken(String nextToken) |
The token for the next set of results, or ''null'' if there are no additional results.
|
GetFunctionDefinitionVersionResponse.Builder |
GetFunctionDefinitionVersionResponse.toBuilder() |
|
GetFunctionDefinitionVersionResponse.Builder |
GetFunctionDefinitionVersionResponse.Builder.version(String version) |
The version of the function definition version.
|