| Package | Description |
|---|---|
| software.amazon.awssdk.services.greengrass.model |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetFunctionDefinitionVersionResponse.Builder> |
GetFunctionDefinitionVersionResponse.serializableBuilderClass() |
Copyright © 2020. All rights reserved.