public static interface GetFunctionDefinitionVersionResponse.Builder extends GreengrassResponse.Builder, SdkPojo, CopyableBuilder<GetFunctionDefinitionVersionResponse.Builder,GetFunctionDefinitionVersionResponse>
Modifier and Type | Method and Description |
---|---|
GetFunctionDefinitionVersionResponse.Builder |
arn(String arn)
The ARN of the function definition version.
|
GetFunctionDefinitionVersionResponse.Builder |
creationTimestamp(String creationTimestamp)
The time, in milliseconds since the epoch, when the function definition version was created.
|
default GetFunctionDefinitionVersionResponse.Builder |
definition(Consumer<FunctionDefinitionVersion.Builder> definition)
Information on the definition.
|
GetFunctionDefinitionVersionResponse.Builder |
definition(FunctionDefinitionVersion definition)
Information on the definition.
|
GetFunctionDefinitionVersionResponse.Builder |
id(String id)
The ID of the function definition version.
|
GetFunctionDefinitionVersionResponse.Builder |
nextToken(String nextToken)
The token for the next set of results, or ''null'' if there are no additional results.
|
GetFunctionDefinitionVersionResponse.Builder |
version(String version)
The version of the function definition version.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
GetFunctionDefinitionVersionResponse.Builder arn(String arn)
arn
- The ARN of the function definition version.GetFunctionDefinitionVersionResponse.Builder creationTimestamp(String creationTimestamp)
creationTimestamp
- The time, in milliseconds since the epoch, when the function definition version was created.GetFunctionDefinitionVersionResponse.Builder definition(FunctionDefinitionVersion definition)
definition
- Information on the definition.default GetFunctionDefinitionVersionResponse.Builder definition(Consumer<FunctionDefinitionVersion.Builder> definition)
FunctionDefinitionVersion.Builder
avoiding the need to create one manually via
FunctionDefinitionVersion.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately
and its result is passed to definition(FunctionDefinitionVersion)
.definition
- a consumer that will call methods on FunctionDefinitionVersion.Builder
definition(FunctionDefinitionVersion)
GetFunctionDefinitionVersionResponse.Builder id(String id)
id
- The ID of the function definition version.GetFunctionDefinitionVersionResponse.Builder nextToken(String nextToken)
nextToken
- The token for the next set of results, or ''null'' if there are no additional results.GetFunctionDefinitionVersionResponse.Builder version(String version)
version
- The version of the function definition version.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.