public static interface DescribeDeviceResponse.Builder extends SnowDeviceManagementResponse.Builder, SdkPojo, CopyableBuilder<DescribeDeviceResponse.Builder,DescribeDeviceResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeDeviceResponse.Builder |
associatedWithJob(String associatedWithJob)
The ID of the job used when ordering the device.
|
DescribeDeviceResponse.Builder |
deviceCapacities(Capacity... deviceCapacities)
The hardware specifications of the device.
|
DescribeDeviceResponse.Builder |
deviceCapacities(Collection<Capacity> deviceCapacities)
The hardware specifications of the device.
|
DescribeDeviceResponse.Builder |
deviceCapacities(Consumer<Capacity.Builder>... deviceCapacities)
The hardware specifications of the device.
|
DescribeDeviceResponse.Builder |
deviceState(String deviceState)
The current state of the device.
|
DescribeDeviceResponse.Builder |
deviceState(UnlockState deviceState)
The current state of the device.
|
DescribeDeviceResponse.Builder |
deviceType(String deviceType)
The type of Amazon Web Services Snow Family device.
|
DescribeDeviceResponse.Builder |
lastReachedOutAt(Instant lastReachedOutAt)
When the device last contacted the Amazon Web Services Cloud.
|
DescribeDeviceResponse.Builder |
lastUpdatedAt(Instant lastUpdatedAt)
When the device last pushed an update to the Amazon Web Services Cloud.
|
DescribeDeviceResponse.Builder |
managedDeviceArn(String managedDeviceArn)
The Amazon Resource Name (ARN) of the device.
|
DescribeDeviceResponse.Builder |
managedDeviceId(String managedDeviceId)
The ID of the device that you checked the information for.
|
DescribeDeviceResponse.Builder |
physicalNetworkInterfaces(Collection<PhysicalNetworkInterface> physicalNetworkInterfaces)
The network interfaces available on the device.
|
DescribeDeviceResponse.Builder |
physicalNetworkInterfaces(Consumer<PhysicalNetworkInterface.Builder>... physicalNetworkInterfaces)
The network interfaces available on the device.
|
DescribeDeviceResponse.Builder |
physicalNetworkInterfaces(PhysicalNetworkInterface... physicalNetworkInterfaces)
The network interfaces available on the device.
|
default DescribeDeviceResponse.Builder |
software(Consumer<SoftwareInformation.Builder> software)
The software installed on the device.
|
DescribeDeviceResponse.Builder |
software(SoftwareInformation software)
The software installed on the device.
|
DescribeDeviceResponse.Builder |
tags(Map<String,String> tags)
Optional metadata that you assign to a resource.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeDeviceResponse.Builder associatedWithJob(String associatedWithJob)
The ID of the job used when ordering the device.
associatedWithJob - The ID of the job used when ordering the device.DescribeDeviceResponse.Builder deviceCapacities(Collection<Capacity> deviceCapacities)
The hardware specifications of the device.
deviceCapacities - The hardware specifications of the device.DescribeDeviceResponse.Builder deviceCapacities(Capacity... deviceCapacities)
The hardware specifications of the device.
deviceCapacities - The hardware specifications of the device.DescribeDeviceResponse.Builder deviceCapacities(Consumer<Capacity.Builder>... deviceCapacities)
The hardware specifications of the device.
This is a convenience method that creates an instance of theCapacity.Builder avoiding the need to
create one manually via Capacity.builder()
.
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #deviceCapacities(List.
deviceCapacities - a consumer that will call methods on
Capacity.Builder#deviceCapacities(java.util.Collection) DescribeDeviceResponse.Builder deviceState(String deviceState)
The current state of the device.
deviceState - The current state of the device.UnlockState,
UnlockStateDescribeDeviceResponse.Builder deviceState(UnlockState deviceState)
The current state of the device.
deviceState - The current state of the device.UnlockState,
UnlockStateDescribeDeviceResponse.Builder deviceType(String deviceType)
The type of Amazon Web Services Snow Family device.
deviceType - The type of Amazon Web Services Snow Family device.DescribeDeviceResponse.Builder lastReachedOutAt(Instant lastReachedOutAt)
When the device last contacted the Amazon Web Services Cloud. Indicates that the device is online.
lastReachedOutAt - When the device last contacted the Amazon Web Services Cloud. Indicates that the device is online.DescribeDeviceResponse.Builder lastUpdatedAt(Instant lastUpdatedAt)
When the device last pushed an update to the Amazon Web Services Cloud. Indicates when the device cache was refreshed.
lastUpdatedAt - When the device last pushed an update to the Amazon Web Services Cloud. Indicates when the device
cache was refreshed.DescribeDeviceResponse.Builder managedDeviceArn(String managedDeviceArn)
The Amazon Resource Name (ARN) of the device.
managedDeviceArn - The Amazon Resource Name (ARN) of the device.DescribeDeviceResponse.Builder managedDeviceId(String managedDeviceId)
The ID of the device that you checked the information for.
managedDeviceId - The ID of the device that you checked the information for.DescribeDeviceResponse.Builder physicalNetworkInterfaces(Collection<PhysicalNetworkInterface> physicalNetworkInterfaces)
The network interfaces available on the device.
physicalNetworkInterfaces - The network interfaces available on the device.DescribeDeviceResponse.Builder physicalNetworkInterfaces(PhysicalNetworkInterface... physicalNetworkInterfaces)
The network interfaces available on the device.
physicalNetworkInterfaces - The network interfaces available on the device.DescribeDeviceResponse.Builder physicalNetworkInterfaces(Consumer<PhysicalNetworkInterface.Builder>... physicalNetworkInterfaces)
The network interfaces available on the device.
This is a convenience method that creates an instance of thePhysicalNetworkInterface.Builder avoiding
the need to create one manually via
PhysicalNetworkInterface.builder().
When the Consumer completes,
SdkBuilder.build()
is called immediately and its result is passed to #physicalNetworkInterfaces(List.
physicalNetworkInterfaces - a consumer that will call methods on
PhysicalNetworkInterface.Builder#physicalNetworkInterfaces(java.util.Collection) DescribeDeviceResponse.Builder software(SoftwareInformation software)
The software installed on the device.
software - The software installed on the device.default DescribeDeviceResponse.Builder software(Consumer<SoftwareInformation.Builder> software)
The software installed on the device.
This is a convenience method that creates an instance of theSoftwareInformation.Builder avoiding the
need to create one manually via SoftwareInformation.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to software(SoftwareInformation).
software - a consumer that will call methods on SoftwareInformation.Buildersoftware(SoftwareInformation)DescribeDeviceResponse.Builder tags(Map<String,String> tags)
Optional metadata that you assign to a resource. You can use tags to categorize a resource in different ways, such as by purpose, owner, or environment.
tags - Optional metadata that you assign to a resource. You can use tags to categorize a resource in
different ways, such as by purpose, owner, or environment.Copyright © 2023. All rights reserved.