Interface DeviceIdentifier.Builder

    • Method Detail

      • 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

        DeviceIdentifier.Builder iccid​(String 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

        DeviceIdentifier.Builder imsi​(String 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.
      • 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

        DeviceIdentifier.Builder vendor​(String 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.