Interface ProvisioningTemplateVersionSummary.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ProvisioningTemplateVersionSummary.Builder,ProvisioningTemplateVersionSummary>, SdkBuilder<ProvisioningTemplateVersionSummary.Builder,ProvisioningTemplateVersionSummary>, SdkPojo
Enclosing class:
ProvisioningTemplateVersionSummary

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

    • 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

      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.