CopyableBuilder<GetDeviceDefinitionVersionResponse.Builder,GetDeviceDefinitionVersionResponse>
, SdkBuilder<GetDeviceDefinitionVersionResponse.Builder,GetDeviceDefinitionVersionResponse>
public static interface GetDeviceDefinitionVersionResponse.Builder extends CopyableBuilder<GetDeviceDefinitionVersionResponse.Builder,GetDeviceDefinitionVersionResponse>
Modifier and Type | Method | Description |
---|---|---|
GetDeviceDefinitionVersionResponse.Builder |
arn(String arn) |
Arn of the device definition version.
|
GetDeviceDefinitionVersionResponse.Builder |
creationTimestamp(String creationTimestamp) |
Timestamp of when the device definition version was created.
|
GetDeviceDefinitionVersionResponse.Builder |
definition(DeviceDefinitionVersion definition) |
Device definition version
|
GetDeviceDefinitionVersionResponse.Builder |
id(String id) |
Id of the device definition the version belongs to.
|
GetDeviceDefinitionVersionResponse.Builder |
version(String version) |
Version of the device definition version.
|
copy
apply, build
GetDeviceDefinitionVersionResponse.Builder arn(String arn)
arn
- Arn of the device definition version.GetDeviceDefinitionVersionResponse.Builder creationTimestamp(String creationTimestamp)
creationTimestamp
- Timestamp of when the device definition version was created.GetDeviceDefinitionVersionResponse.Builder definition(DeviceDefinitionVersion definition)
definition
- Device definition versionGetDeviceDefinitionVersionResponse.Builder id(String id)
id
- Id of the device definition the version belongs to.GetDeviceDefinitionVersionResponse.Builder version(String version)
version
- Version of the device definition version.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.