public static interface GetDeviceDefinitionResponse.Builder extends GreengrassResponse.Builder, CopyableBuilder<GetDeviceDefinitionResponse.Builder,GetDeviceDefinitionResponse>
| Modifier and Type | Method and Description |
|---|---|
GetDeviceDefinitionResponse.Builder |
arn(String arn)
Arn of the definition.
|
GetDeviceDefinitionResponse.Builder |
creationTimestamp(String creationTimestamp)
Timestamp of when the definition was created.
|
GetDeviceDefinitionResponse.Builder |
id(String id)
Id of the definition.
|
GetDeviceDefinitionResponse.Builder |
lastUpdatedTimestamp(String lastUpdatedTimestamp)
Last updated timestamp of the definition.
|
GetDeviceDefinitionResponse.Builder |
latestVersion(String latestVersion)
Last version of the definition.
|
GetDeviceDefinitionResponse.Builder |
latestVersionArn(String latestVersionArn)
Latest version arn of the definition.
|
GetDeviceDefinitionResponse.Builder |
name(String name)
Name of the definition.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildGetDeviceDefinitionResponse.Builder arn(String arn)
arn - Arn of the definition.GetDeviceDefinitionResponse.Builder creationTimestamp(String creationTimestamp)
creationTimestamp - Timestamp of when the definition was created.GetDeviceDefinitionResponse.Builder id(String id)
id - Id of the definition.GetDeviceDefinitionResponse.Builder lastUpdatedTimestamp(String lastUpdatedTimestamp)
lastUpdatedTimestamp - Last updated timestamp of the definition.GetDeviceDefinitionResponse.Builder latestVersion(String latestVersion)
latestVersion - Last version of the definition.GetDeviceDefinitionResponse.Builder latestVersionArn(String latestVersionArn)
latestVersionArn - Latest version arn of the definition.GetDeviceDefinitionResponse.Builder name(String name)
name - Name of the definition.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.