Interface CreateProvisioningTemplateResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<CreateProvisioningTemplateResponse.Builder,CreateProvisioningTemplateResponse>, IotResponse.Builder, SdkBuilder<CreateProvisioningTemplateResponse.Builder,CreateProvisioningTemplateResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
CreateProvisioningTemplateResponse

public static interface CreateProvisioningTemplateResponse.Builder extends IotResponse.Builder, SdkPojo, CopyableBuilder<CreateProvisioningTemplateResponse.Builder,CreateProvisioningTemplateResponse>
  • Method Details

    • templateArn

      The ARN that identifies the provisioning template.

      Parameters:
      templateArn - The ARN that identifies the provisioning template.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • templateName

      The name of the provisioning template.

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

      CreateProvisioningTemplateResponse.Builder defaultVersionId(Integer defaultVersionId)

      The default version of the provisioning template.

      Parameters:
      defaultVersionId - The default version of the provisioning template.
      Returns:
      Returns a reference to this object so that method calls can be chained together.