Interface ProvisioningTemplateVersionSummary.Builder

    • Method Detail

      • versionId

        ProvisioningTemplateVersionSummary.Builder versionId​(Integer versionId)

        The ID of the fleet provisioning template version.

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

        ProvisioningTemplateVersionSummary.Builder creationDate​(Instant creationDate)

        The date when the provisioning template version was created

        Parameters:
        creationDate - The date when the provisioning template version was created
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isDefaultVersion

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