Interface ProvisionDeviceResponse.Builder

    • Method Detail

      • arn

        ProvisionDeviceResponse.Builder arn​(String arn)

        The device's ARN.

        Parameters:
        arn - The device's ARN.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • certificates

        ProvisionDeviceResponse.Builder certificates​(SdkBytes certificates)

        The device's configuration bundle.

        Parameters:
        certificates - The device's configuration bundle.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • deviceId

        ProvisionDeviceResponse.Builder deviceId​(String deviceId)

        The device's ID.

        Parameters:
        deviceId - The device's ID.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • iotThingName

        ProvisionDeviceResponse.Builder iotThingName​(String iotThingName)

        The device's IoT thing name.

        Parameters:
        iotThingName - The device's IoT thing name.
        Returns:
        Returns a reference to this object so that method calls can be chained together.