Interface CreateProvisioningProfileResponse.Builder

  • Method Details

    • arn

      The Amazon Resource Name (ARN) of the provisioning profile.

      Parameters:
      arn - The Amazon Resource Name (ARN) of the provisioning profile.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      The name of the provisioning profile.

      Parameters:
      name - The name of the provisioning profile.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • provisioningType

      CreateProvisioningProfileResponse.Builder provisioningType(String provisioningType)

      The type of provisioning workflow the device uses for onboarding to IoT managed integrations.

      Parameters:
      provisioningType - The type of provisioning workflow the device uses for onboarding to IoT managed integrations.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • provisioningType

      CreateProvisioningProfileResponse.Builder provisioningType(ProvisioningType provisioningType)

      The type of provisioning workflow the device uses for onboarding to IoT managed integrations.

      Parameters:
      provisioningType - The type of provisioning workflow the device uses for onboarding to IoT managed integrations.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • id

      The identifier of the provisioning profile.

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

      The status of a provisioning profile.

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

      The status of a provisioning profile.

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

      CreateProvisioningProfileResponse.Builder claimCertificate(String claimCertificate)

      The body of the PEM-encoded claim certificate.

      Parameters:
      claimCertificate - The body of the PEM-encoded claim certificate.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • claimCertificatePrivateKey

      CreateProvisioningProfileResponse.Builder claimCertificatePrivateKey(String claimCertificatePrivateKey)

      The private key of the claim certificate. This may be stored securely on the device for validating the connection endpoint with IoT managed integrations using the public key.

      Parameters:
      claimCertificatePrivateKey - The private key of the claim certificate. This may be stored securely on the device for validating the connection endpoint with IoT managed integrations using the public key.
      Returns:
      Returns a reference to this object so that method calls can be chained together.