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