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