Interface GetCoreDefinitionVersionRequest.Builder

    • Method Detail

      • coreDefinitionId

        GetCoreDefinitionVersionRequest.Builder coreDefinitionId​(String coreDefinitionId)
        The ID of the core definition.
        Parameters:
        coreDefinitionId - The ID of the core definition.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • coreDefinitionVersionId

        GetCoreDefinitionVersionRequest.Builder coreDefinitionVersionId​(String coreDefinitionVersionId)
        The ID of the core definition version. This value maps to the ''Version'' property of the corresponding ''VersionInformation'' object, which is returned by ''ListCoreDefinitionVersions'' requests. If the version is the last one that was associated with a core definition, the value also maps to the ''LatestVersion'' property of the corresponding ''DefinitionInformation'' object.
        Parameters:
        coreDefinitionVersionId - The ID of the core definition version. This value maps to the ''Version'' property of the corresponding ''VersionInformation'' object, which is returned by ''ListCoreDefinitionVersions'' requests. If the version is the last one that was associated with a core definition, the value also maps to the ''LatestVersion'' property of the corresponding ''DefinitionInformation'' object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.