public static interface CreateFunctionDefinitionVersionResponse.Builder extends GreengrassResponse.Builder, CopyableBuilder<CreateFunctionDefinitionVersionResponse.Builder,CreateFunctionDefinitionVersionResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateFunctionDefinitionVersionResponse.Builder |
arn(String arn)
Arn of the version.
|
CreateFunctionDefinitionVersionResponse.Builder |
creationTimestamp(String creationTimestamp)
Timestamp of when the version was created.
|
CreateFunctionDefinitionVersionResponse.Builder |
id(String id)
Id of the resource container.
|
CreateFunctionDefinitionVersionResponse.Builder |
version(String version)
Unique Id of a version.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildCreateFunctionDefinitionVersionResponse.Builder arn(String arn)
arn - Arn of the version.CreateFunctionDefinitionVersionResponse.Builder creationTimestamp(String creationTimestamp)
creationTimestamp - Timestamp of when the version was created.CreateFunctionDefinitionVersionResponse.Builder id(String id)
id - Id of the resource container.CreateFunctionDefinitionVersionResponse.Builder version(String version)
version - Unique Id of a version.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.