public static interface CreateFunctionDefinitionVersionResponse.Builder extends GreengrassResponse.Builder, SdkPojo, CopyableBuilder<CreateFunctionDefinitionVersionResponse.Builder,CreateFunctionDefinitionVersionResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateFunctionDefinitionVersionResponse.Builder |
arn(String arn)
The ARN of the version.
|
CreateFunctionDefinitionVersionResponse.Builder |
creationTimestamp(String creationTimestamp)
The time, in milliseconds since the epoch, when the version was created.
|
CreateFunctionDefinitionVersionResponse.Builder |
id(String id)
The ID of the version.
|
CreateFunctionDefinitionVersionResponse.Builder |
version(String version)
The unique ID of the version.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildCreateFunctionDefinitionVersionResponse.Builder arn(String arn)
arn - The ARN of the version.CreateFunctionDefinitionVersionResponse.Builder creationTimestamp(String creationTimestamp)
creationTimestamp - The time, in milliseconds since the epoch, when the version was created.CreateFunctionDefinitionVersionResponse.Builder id(String id)
id - The ID of the version.CreateFunctionDefinitionVersionResponse.Builder version(String version)
version - The unique ID of the version.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.