Interface DeviceIdentifier.Builder

All Superinterfaces:
Buildable, CopyableBuilder<DeviceIdentifier.Builder,DeviceIdentifier>, SdkBuilder<DeviceIdentifier.Builder,DeviceIdentifier>, SdkPojo
Enclosing class:
DeviceIdentifier

public static interface DeviceIdentifier.Builder extends SdkPojo, CopyableBuilder<DeviceIdentifier.Builder,DeviceIdentifier>
  • Method Details

    • createdAt

      DeviceIdentifier.Builder createdAt(Instant createdAt)

      The creation time of this device identifier.

      Parameters:
      createdAt - The creation time of this device identifier.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • deviceIdentifierArn

      DeviceIdentifier.Builder deviceIdentifierArn(String deviceIdentifierArn)

      The Amazon Resource Name (ARN) of the device identifier.

      Parameters:
      deviceIdentifierArn - The Amazon Resource Name (ARN) of the device identifier.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • iccid

      The Integrated Circuit Card Identifier of the device identifier.

      Parameters:
      iccid - The Integrated Circuit Card Identifier of the device identifier.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • imsi

      The International Mobile Subscriber Identity of the device identifier.

      Parameters:
      imsi - The International Mobile Subscriber Identity of the device identifier.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • networkArn

      DeviceIdentifier.Builder networkArn(String networkArn)

      The Amazon Resource Name (ARN) of the network on which the device identifier appears.

      Parameters:
      networkArn - The Amazon Resource Name (ARN) of the network on which the device identifier appears.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • orderArn

      DeviceIdentifier.Builder orderArn(String orderArn)

      The Amazon Resource Name (ARN) of the order used to purchase the device identifier.

      Parameters:
      orderArn - The Amazon Resource Name (ARN) of the order used to purchase the device identifier.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The status of the device identifier.

      Parameters:
      status - The status of the device identifier.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The status of the device identifier.

      Parameters:
      status - The status of the device identifier.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • trafficGroupArn

      DeviceIdentifier.Builder trafficGroupArn(String trafficGroupArn)

      The Amazon Resource Name (ARN) of the traffic group to which the device identifier belongs.

      Parameters:
      trafficGroupArn - The Amazon Resource Name (ARN) of the traffic group to which the device identifier belongs.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • vendor

      The vendor of the device identifier.

      Parameters:
      vendor - The vendor of the device identifier.
      Returns:
      Returns a reference to this object so that method calls can be chained together.