Interface GetResourceDefinitionVersionRequest.Builder

    • Method Detail

      • resourceDefinitionId

        GetResourceDefinitionVersionRequest.Builder resourceDefinitionId​(String resourceDefinitionId)
        The ID of the resource definition.
        Parameters:
        resourceDefinitionId - The ID of the resource definition.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resourceDefinitionVersionId

        GetResourceDefinitionVersionRequest.Builder resourceDefinitionVersionId​(String resourceDefinitionVersionId)
        The ID of the resource definition version. This value maps to the ''Version'' property of the corresponding ''VersionInformation'' object, which is returned by ''ListResourceDefinitionVersions'' requests. If the version is the last one that was associated with a resource definition, the value also maps to the ''LatestVersion'' property of the corresponding ''DefinitionInformation'' object.
        Parameters:
        resourceDefinitionVersionId - The ID of the resource definition version. This value maps to the ''Version'' property of the corresponding ''VersionInformation'' object, which is returned by ''ListResourceDefinitionVersions'' requests. If the version is the last one that was associated with a resource 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.