public static interface DeviceIdentifier.Builder extends SdkPojo, CopyableBuilder<DeviceIdentifier.Builder,DeviceIdentifier>
| Modifier and Type | Method and Description |
|---|---|
DeviceIdentifier.Builder |
createdAt(Instant createdAt)
The creation time of this device identifier.
|
DeviceIdentifier.Builder |
deviceIdentifierArn(String deviceIdentifierArn)
The Amazon Resource Name (ARN) of the device identifier.
|
DeviceIdentifier.Builder |
iccid(String iccid)
The Integrated Circuit Card Identifier of the device identifier.
|
DeviceIdentifier.Builder |
imsi(String imsi)
The International Mobile Subscriber Identity of the device identifier.
|
DeviceIdentifier.Builder |
networkArn(String networkArn)
The Amazon Resource Name (ARN) of the network on which the device identifier appears.
|
DeviceIdentifier.Builder |
orderArn(String orderArn)
The Amazon Resource Name (ARN) of the order used to purchase the device identifier.
|
DeviceIdentifier.Builder |
status(DeviceIdentifierStatus status)
The status of the device identifier.
|
DeviceIdentifier.Builder |
status(String status)
The status of the device identifier.
|
DeviceIdentifier.Builder |
trafficGroupArn(String trafficGroupArn)
The Amazon Resource Name (ARN) of the traffic group to which the device identifier belongs.
|
DeviceIdentifier.Builder |
vendor(String vendor)
The vendor of the device identifier.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDeviceIdentifier.Builder createdAt(Instant createdAt)
The creation time of this device identifier.
createdAt - The creation time of this device identifier.DeviceIdentifier.Builder deviceIdentifierArn(String deviceIdentifierArn)
The Amazon Resource Name (ARN) of the device identifier.
deviceIdentifierArn - The Amazon Resource Name (ARN) of the device identifier.DeviceIdentifier.Builder iccid(String iccid)
The Integrated Circuit Card Identifier of the device identifier.
iccid - The Integrated Circuit Card Identifier of the device identifier.DeviceIdentifier.Builder imsi(String imsi)
The International Mobile Subscriber Identity of the device identifier.
imsi - The International Mobile Subscriber Identity of the device identifier.DeviceIdentifier.Builder networkArn(String networkArn)
The Amazon Resource Name (ARN) of the network on which the device identifier appears.
networkArn - The Amazon Resource Name (ARN) of the network on which the device identifier appears.DeviceIdentifier.Builder orderArn(String orderArn)
The Amazon Resource Name (ARN) of the order used to purchase the device identifier.
orderArn - The Amazon Resource Name (ARN) of the order used to purchase the device identifier.DeviceIdentifier.Builder status(String status)
The status of the device identifier.
status - The status of the device identifier.DeviceIdentifierStatus,
DeviceIdentifierStatusDeviceIdentifier.Builder status(DeviceIdentifierStatus status)
The status of the device identifier.
status - The status of the device identifier.DeviceIdentifierStatus,
DeviceIdentifierStatusDeviceIdentifier.Builder trafficGroupArn(String trafficGroupArn)
The Amazon Resource Name (ARN) of the traffic group to which the device identifier belongs.
trafficGroupArn - The Amazon Resource Name (ARN) of the traffic group to which the device identifier belongs.DeviceIdentifier.Builder vendor(String vendor)
The vendor of the device identifier.
vendor - The vendor of the device identifier.Copyright © 2023. All rights reserved.