CopyableBuilder<GetFunctionDefinitionVersionResponse.Builder,GetFunctionDefinitionVersionResponse>
, SdkBuilder<GetFunctionDefinitionVersionResponse.Builder,GetFunctionDefinitionVersionResponse>
public static interface GetFunctionDefinitionVersionResponse.Builder extends CopyableBuilder<GetFunctionDefinitionVersionResponse.Builder,GetFunctionDefinitionVersionResponse>
Modifier and Type | Method | Description |
---|---|---|
GetFunctionDefinitionVersionResponse.Builder |
arn(String arn) |
Arn of the function definition version.
|
GetFunctionDefinitionVersionResponse.Builder |
creationTimestamp(String creationTimestamp) |
Timestamp when the funtion definition version was created.
|
GetFunctionDefinitionVersionResponse.Builder |
definition(FunctionDefinitionVersion definition) |
|
GetFunctionDefinitionVersionResponse.Builder |
id(String id) |
Id of the function definition the version belongs to.
|
GetFunctionDefinitionVersionResponse.Builder |
version(String version) |
Version of the function definition version.
|
copy
apply, build
GetFunctionDefinitionVersionResponse.Builder arn(String arn)
arn
- Arn of the function definition version.GetFunctionDefinitionVersionResponse.Builder creationTimestamp(String creationTimestamp)
creationTimestamp
- Timestamp when the funtion definition version was created.GetFunctionDefinitionVersionResponse.Builder definition(FunctionDefinitionVersion definition)
definition
- GetFunctionDefinitionVersionResponse.Builder id(String id)
id
- Id of the function definition the version belongs to.GetFunctionDefinitionVersionResponse.Builder version(String version)
version
- Version of the function definition version.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.