Interface CreateProvisioningTemplateVersionResponse.Builder

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

public static interface CreateProvisioningTemplateVersionResponse.Builder extends IotResponse.Builder, SdkPojo, CopyableBuilder<CreateProvisioningTemplateVersionResponse.Builder,CreateProvisioningTemplateVersionResponse>
  • 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.
    • versionId

      The version of the provisioning template.

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

      CreateProvisioningTemplateVersionResponse.Builder isDefaultVersion(Boolean isDefaultVersion)

      True if the provisioning template version is the default version, otherwise false.

      Parameters:
      isDefaultVersion - True if the provisioning template version is the default version, otherwise false.
      Returns:
      Returns a reference to this object so that method calls can be chained together.