public static interface GetDeviceDefinitionVersionResponse.Builder extends GreengrassResponse.Builder, SdkPojo, CopyableBuilder<GetDeviceDefinitionVersionResponse.Builder,GetDeviceDefinitionVersionResponse>
| Modifier and Type | Method and Description |
|---|---|
GetDeviceDefinitionVersionResponse.Builder |
arn(String arn)
The ARN of the device definition version.
|
GetDeviceDefinitionVersionResponse.Builder |
creationTimestamp(String creationTimestamp)
The time, in milliseconds since the epoch, when the device definition version was created.
|
default GetDeviceDefinitionVersionResponse.Builder |
definition(Consumer<DeviceDefinitionVersion.Builder> definition)
Information about the device definition version.
|
GetDeviceDefinitionVersionResponse.Builder |
definition(DeviceDefinitionVersion definition)
Information about the device definition version.
|
GetDeviceDefinitionVersionResponse.Builder |
id(String id)
The ID of the device definition version.
|
GetDeviceDefinitionVersionResponse.Builder |
nextToken(String nextToken)
The token for the next set of results, or ''null'' if there are no additional results.
|
GetDeviceDefinitionVersionResponse.Builder |
version(String version)
The version of the device definition version.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildGetDeviceDefinitionVersionResponse.Builder arn(String arn)
arn - The ARN of the device definition version.GetDeviceDefinitionVersionResponse.Builder creationTimestamp(String creationTimestamp)
creationTimestamp - The time, in milliseconds since the epoch, when the device definition version was created.GetDeviceDefinitionVersionResponse.Builder definition(DeviceDefinitionVersion definition)
definition - Information about the device definition version.default GetDeviceDefinitionVersionResponse.Builder definition(Consumer<DeviceDefinitionVersion.Builder> definition)
DeviceDefinitionVersion.Builder avoiding the need to create one manually via
DeviceDefinitionVersion.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to definition(DeviceDefinitionVersion).definition - a consumer that will call methods on DeviceDefinitionVersion.Builderdefinition(DeviceDefinitionVersion)GetDeviceDefinitionVersionResponse.Builder id(String id)
id - The ID of the device definition version.GetDeviceDefinitionVersionResponse.Builder nextToken(String nextToken)
nextToken - The token for the next set of results, or ''null'' if there are no additional results.GetDeviceDefinitionVersionResponse.Builder version(String version)
version - The version of the device definition version.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.