Interface GetProvisioningProfileResponse.Builder

  • Method Details

    • arn

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

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

      The name of the provisioning template.

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

      GetProvisioningProfileResponse.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

      GetProvisioningProfileResponse.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 provisioning profile id..

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

      GetProvisioningProfileResponse.Builder claimCertificate(String claimCertificate)

      The id of the claim certificate.

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

      A set of key/value pairs that are used to manage the provisioning profile.

      Parameters:
      tags - A set of key/value pairs that are used to manage the provisioning profile.
      Returns:
      Returns a reference to this object so that method calls can be chained together.