Interface GetGroupVersionRequest.Builder

    • Method Detail

      • groupId

        GetGroupVersionRequest.Builder groupId​(String groupId)
        The ID of the Greengrass group.
        Parameters:
        groupId - The ID of the Greengrass group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • groupVersionId

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