Interface CreateProvisioningProfileRequest.Builder

  • Method Details

    • provisioningType

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

      CreateProvisioningProfileRequest.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:
    • caCertificate

      CreateProvisioningProfileRequest.Builder caCertificate(String caCertificate)

      The body of the PEM-encoded certificate authority (CA) certificate.

      Parameters:
      caCertificate - The body of the PEM-encoded certificate authority (CA) certificate.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • claimCertificate

      CreateProvisioningProfileRequest.Builder claimCertificate(String claimCertificate)

      The body of the PEM-encoded claim certificate. If a claim certificate is provided, it will be used for the provisioning profile. Otherwise, a claim certificate will be generated.

      Parameters:
      claimCertificate - The body of the PEM-encoded claim certificate. If a claim certificate is provided, it will be used for the provisioning profile. Otherwise, a claim certificate will be generated.
      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.
    • clientToken

      An idempotency token. If you retry a request that completed successfully initially using the same client token and parameters, then the retry attempt will succeed without performing any further actions.

      Parameters:
      clientToken - An idempotency token. If you retry a request that completed successfully initially using the same client token and parameters, then the retry attempt will succeed without performing any further actions.
      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.
    • overrideConfiguration

      CreateProvisioningProfileRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.